Property | Type | Description | |
---|---|---|---|
$source | Phergie_Plugin_Php_Source | Data source to use |
Method | Description | |
---|---|---|
onCommandPhp ( string $functionName ) : void | Searches the data source for the requested function. | |
onLoad ( ) : void | Check for dependencies. |
public onCommandPhp ( string $functionName ) : void | ||
$functionName | string | Name of the function to search for |
return | void |