Extensions - Programie/TeamPlaner GitHub Wiki

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