PHP Class Phergie_Plugin_Reload, phergie

Note that, because existing class definitions cannot be removed from memory, increased memory usage is an expected result of using this plugin.
Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Public Methods

Method Description
onCommandReload ( string $plugin ) : void Reloads a specified plugin.
onLoad ( ) : void Checks for dependencies.

Method Details

onCommandReload() public method

Reloads a specified plugin.
public onCommandReload ( string $plugin ) : void
$plugin string Short name of the plugin to reload
return void

onLoad() public method

Checks for dependencies.
public onLoad ( ) : void
return void