PHP Class Phergie_Plugin_Php, phergie

Author: Phergie Development Team ([email protected])
Inheritance: extends Phergie_Plugin_Abstract
Afficher le fichier Open project: phergie/phergie

Protected Properties

Свойство Type Description
$source Phergie_Plugin_Php_Source Data source to use

Méthodes publiques

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

Method Details

onCommandPhp() public méthode

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

onLoad() public méthode

Check for dependencies.
public onLoad ( ) : void
Résultat void

Property Details

$source protected_oe property

Data source to use
protected Phergie_Plugin_Php_Source $source
Résultat Phergie_Plugin_Php_Source