KWeb  6.4
KWebPlugin Class Reference

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

Plugin class.


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

KWebPlugin::getName ( )
KWebPlugin::getPath ( )

Returns this plugin's base path (suffixed with '/')

KWebPlugin::getTitle ( )
KWebPlugin::getVersionNumber ( )
KWebPlugin::onKWebReady ( )

Plugin should finish all initializations here...

KWebPlugin::setup ( )

Plugin should set itself up during bootstrapping (KWeb class is still unavailable!)


Field Documentation

KWebPlugin::$options
KWebPlugin::$path

The documentation for this class was generated from the following file: