PHP Class AdminPageFramework_Router

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

Public Methods

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

Protected Methods

Method Description
_doPageLoadCall ( $sMethodName, $sPageSlug, $sTabSlug, $oScreen )
_getLinkObject ( )
_getPageLoadObject ( )
_isInstantiatable ( )

Private Methods

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

Method Details

__call() public method

public __call ( $sMethodName, $aArgs = null )

__construct() public method

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

_doPageLoadCall() protected method

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

_getLinkObject() protected method

protected _getLinkObject ( )

_getPageLoadObject() protected method

protected _getPageLoadObject ( )

_isInThePage() public method

public _isInThePage ( )

_isInstantiatable() protected method

protected _isInstantiatable ( )

_replyToLoadComponents() public method