PHP Class AdminPageFramework_WPUtility_Page

Inheritance: extends AdminPageFramework_WPUtility_HTML
Show file Open project: michaeluno/admin-page-framework Class Usage Examples

Public Methods

Method Description
doesMetaBoxExist ( $sContext = '' )
getCurrentPostType ( )
getCurrentScreenID ( )
getNumberOfScreenColumns ( )
getPageNow ( )
getPostTypeByPostObject ( )
getPostTypeByREQUEST ( )
getPostTypeByScreenObject ( )
getPostTypeByTypeNow ( )
isCurrentPostTypeIn ( $asPostTypes )
isCustomTaxonomyPage ( $asPostTypes = [] )
isPostDefinitionPage ( $asPostTypes = [] )
isPostListingPage ( $asPostTypes = [] )

Private Methods

Method Description
_getCurrentPostType ( )
_getPageNowAdminURLBasePath ( )
_getPageNow_BackEnd ( )
_getPageNow_FrontEnd ( )
_isInAdminIndex ( $sPageNow )

Method Details

doesMetaBoxExist() public static method

public static doesMetaBoxExist ( $sContext = '' )

getCurrentPostType() public static method

public static getCurrentPostType ( )

getCurrentScreenID() public static method

public static getCurrentScreenID ( )

getNumberOfScreenColumns() public static method

public static getNumberOfScreenColumns ( )

getPageNow() public static method

public static getPageNow ( )

getPostTypeByPostObject() public static method

public static getPostTypeByPostObject ( )

getPostTypeByREQUEST() public static method

public static getPostTypeByREQUEST ( )

getPostTypeByScreenObject() public static method

public static getPostTypeByScreenObject ( )

getPostTypeByTypeNow() public static method

public static getPostTypeByTypeNow ( )

isCurrentPostTypeIn() public static method

public static isCurrentPostTypeIn ( $asPostTypes )

isCustomTaxonomyPage() public static method

public static isCustomTaxonomyPage ( $asPostTypes = [] )

isPostDefinitionPage() public static method

public static isPostDefinitionPage ( $asPostTypes = [] )

isPostListingPage() public static method

public static isPostListingPage ( $asPostTypes = [] )