Extensions - Programie/TeamPlaner GitHub Wiki
Extensions can be used to extend some parts of TeamPlaner.
Currently there are three types of extensions:
- User authentication providers
- Report generator
- Method for getting holidays
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