Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Extensions

Michael Wieland edited this page Jan 12, 2015 · 3 revisions

Extensions can be used to extend some parts of TeamPlaner.

Currently there are three types of extensions:

Each extension has it's own unique folder inside of the extensions folder. This is the root namespace for the classes of an extension.

A class named "MyClass" in an extension "myextension" should have the "myextension" namespace and placed in /extensions/myextension/MyClass.php

Clone this wiki locally