PHP Class Phergie_Plugin_Php, phergie

Author: Phergie Development Team ([email protected])
Inheritance: extends Phergie_Plugin_Abstract
Mostrar archivo Open project: phergie/phergie

Protected Properties

Property Type Description
$source Phergie_Plugin_Php_Source Data source to use

Public Methods

Method Description
onCommandPhp ( string $functionName ) : void Searches the data source for the requested function.
onLoad ( ) : void Check for dependencies.

Method Details

onCommandPhp() public method

Searches the data source for the requested function.
public onCommandPhp ( string $functionName ) : void
$functionName string Name of the function to search for
return void

onLoad() public method

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

Property Details

$source protected_oe property

Data source to use
protected Phergie_Plugin_Php_Source $source
return Phergie_Plugin_Php_Source