Class Base
Base interface to write plugins. All plugins should inherit from this class.
public
|
public
string
|
$name | |
#
Class name of the plugin. This variable is set by the plugin loader. |
public
string
|
$path | |
#
Path to directory where the plugin resides. This variable is set by the plugin loader. |