PHP 클래스 AdminPageFrameworkLoader_AdminPage_RootBase

부터: 3.5.3
파일 보기 프로젝트 열기: michaeluno/admin-page-framework

보호된 프로퍼티들

프로퍼티 타입 설명
$aMethods Stores callback method names.

공개 메소드들

메소드 설명
__call ( $sMethodName, $aArguments ) : mixed Handles callback methods.

보호된 메소드들

메소드 설명
construct ( $oFactory ) : void A user constructor.

메소드 상세

__call() 공개 메소드

Handles callback methods.
부터: 3.5.3
public __call ( $sMethodName, $aArguments ) : mixed
리턴 mixed

construct() 보호된 메소드

A user constructor.
부터: 3.5.3
protected construct ( $oFactory ) : void
리턴 void

프로퍼티 상세

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

Stores callback method names.
부터: 3.5.3
protected $aMethods