PHP 클래스 AdminPageFrameworkLoader_AdminPage_Page_Base

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

공개 프로퍼티들

프로퍼티 타입 설명
$oFactory Stores the factory object.
$sPageSlug Stores the associated page slug with the adding section.

공개 메소드들

메소드 설명
__construct ( $oFactory, array $aPageArguments ) Sets up hooks and properties.
replyToLoadResources ( $oFactory )

비공개 메소드들

메소드 설명
_addPage ( array $aPageArguments )

메소드 상세

__construct() 공개 메소드

Sets up hooks and properties.
public __construct ( $oFactory, array $aPageArguments )
$aPageArguments array

replyToLoadResources() 공개 메소드

public replyToLoadResources ( $oFactory )

프로퍼티 상세

$oFactory 공개적으로 프로퍼티

Stores the factory object.
public $oFactory

$sPageSlug 공개적으로 프로퍼티

Stores the associated page slug with the adding section.
public $sPageSlug