Plugin class.
More...
Public Member Functions |
| __construct ($path, array $options) |
| Plugin's contructor is called in config/bootstrap*.php files, BEFORE any KWeb's classes, apart from KWebBootstrap, are available.
|
| setup () |
| Plugin should set itself up during bootstrapping (KWeb class is still unavailable!)
|
| onKWebReady () |
| Plugin should finish all initializations here...
|
| getPath () |
| Returns this plugin's base path (suffixed with '/')
|
| getName () |
| getTitle () |
| getVersionNumber () |
Data Fields |
| $options |
| $path |
Detailed Description
Constructor & Destructor Documentation
KWebPlugin::__construct |
( |
$ |
path, |
|
|
array $ |
options |
|
) |
| |
Plugin's contructor is called in config/bootstrap*.php files, BEFORE any KWeb's classes, apart from KWebBootstrap, are available.
Member Function Documentation
Returns this plugin's base path (suffixed with '/')
KWebPlugin::getVersionNumber |
( |
| ) |
|
KWebPlugin::onKWebReady |
( |
| ) |
|
Plugin should finish all initializations here...
Plugin should set itself up during bootstrapping (KWeb class is still unavailable!)
Field Documentation
The documentation for this class was generated from the following file: