PHP Class AdminPageFramework_Property_page_meta_box

Inheritance: extends AdminPageFramework_Property_post_meta_box
ファイルを表示 Open project: michaeluno/admin-page-framework

Public Properties

Property Type Description
$_sFormRegistrationHook
$_sPropertyType
$aHelpTabs
$aPageSlugs
$oAdminPage

Public Methods

Method Description
__construct ( $oCaller, $sClassName, $sCapability = 'manage_options', $sTextDomain = 'admin-page-framework', $sStructureType = 'page_meta_box' )
__get ( $sName )
_getScreenIDOfPage ( $sPageSlug )
getCurrentPageSlug ( )
getCurrentTabSlug ( $sPageSlug )
getCurretTab ( $sPageSlug )
getDefaultInPageTab ( $sPageSlug )
getOptionKey ( $sPageSlug )
isCurrentTab ( $sTabSlug )
isPageAdded ( $sPageSlug = '' )

Protected Methods

Method Description
_getOptions ( )

Private Methods

Method Description
_getOwnerObjectOfPage ( $sPageSlug )

Method Details

__construct() public method

public __construct ( $oCaller, $sClassName, $sCapability = 'manage_options', $sTextDomain = 'admin-page-framework', $sStructureType = 'page_meta_box' )

__get() public method

public __get ( $sName )

_getOptions() protected method

protected _getOptions ( )

_getScreenIDOfPage() public method

public _getScreenIDOfPage ( $sPageSlug )

getCurrentPageSlug() public method

public getCurrentPageSlug ( )

getCurrentTabSlug() public method

public getCurrentTabSlug ( $sPageSlug )

getCurretTab() public method

public getCurretTab ( $sPageSlug )

getDefaultInPageTab() public method

public getDefaultInPageTab ( $sPageSlug )

getOptionKey() public method

public getOptionKey ( $sPageSlug )

isCurrentTab() public method

public isCurrentTab ( $sTabSlug )

isPageAdded() public method

public isPageAdded ( $sPageSlug = '' )

Property Details

$_sFormRegistrationHook public_oe property

public $_sFormRegistrationHook

$_sPropertyType public_oe property

public $_sPropertyType

$aHelpTabs public_oe property

public $aHelpTabs

$aPageSlugs public_oe property

public $aPageSlugs

$oAdminPage public_oe property

public $oAdminPage