PHP Class AdminPageFramework_Router

Since: 3.0.0
Since: 3.3.1 Changed from `AdminPageFramework_Base`.
Inheritance: extends AdminPageFramework_Factory
Afficher le fichier Open project: michaeluno/admin-page-framework Class Usage Examples

Méthodes publiques

Méthode Description
__call ( $sMethodName, $aArgs = null )
__construct ( $sOptionKey = null, $sCallerPath = null, $sCapability = 'manage_options', $sTextDomain = 'admin-page-framework' )
_isInThePage ( )
_replyToLoadComponents ( )

Méthodes protégées

Méthode Description
_doPageLoadCall ( $sMethodName, $sPageSlug, $sTabSlug, $oScreen )
_getLinkObject ( )
_getPageLoadObject ( )
_isInstantiatable ( )

Private Methods

Méthode Description
_getCallbackName ( $sMethodName, $sPageSlug, array $aKnownMethodPrefixes = [] )
_isPageLoadCall ( $sMethodName, $sPageSlug, $sScreenID )
_setPageAndTabSlugsForForm ( $sPageSlug, $sTabSlug )
_setShowDebugInfoProperty ( $sPageSlug, $sTabSlug = '' )

Method Details

__call() public méthode

public __call ( $sMethodName, $aArgs = null )

__construct() public méthode

public __construct ( $sOptionKey = null, $sCallerPath = null, $sCapability = 'manage_options', $sTextDomain = 'admin-page-framework' )

_doPageLoadCall() protected méthode

protected _doPageLoadCall ( $sMethodName, $sPageSlug, $sTabSlug, $oScreen )

_getLinkObject() protected méthode

protected _getLinkObject ( )

_getPageLoadObject() protected méthode

protected _getPageLoadObject ( )

_isInThePage() public méthode

public _isInThePage ( )

_isInstantiatable() protected méthode

protected _isInstantiatable ( )

_replyToLoadComponents() public méthode