PHP 클래스 Phergie_Plugin_Php, phergie

저자: Phergie Development Team ([email protected])
상속: extends Phergie_Plugin_Abstract
파일 보기 프로젝트 열기: phergie/phergie

보호된 프로퍼티들

프로퍼티 타입 설명
$source Phergie_Plugin_Php_Source Data source to use

공개 메소드들

메소드 설명
onCommandPhp ( string $functionName ) : void Searches the data source for the requested function.
onLoad ( ) : void Check for dependencies.

메소드 상세

onCommandPhp() 공개 메소드

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

onLoad() 공개 메소드

Check for dependencies.
public onLoad ( ) : void
리턴 void

프로퍼티 상세

$source 보호되어 있는 프로퍼티

Data source to use
protected Phergie_Plugin_Php_Source $source
리턴 Phergie_Plugin_Php_Source