PHP Class AdminPageFrameworkLoader_AdminPage_Page_Base

Since: 3.5.3
Inheritance: extends AdminPageFrameworkLoader_AdminPage_RootBase
Mostrar archivo Open project: michaeluno/admin-page-framework

Public Properties

Property Type Description
$oFactory Stores the factory object.
$sPageSlug Stores the associated page slug with the adding section.

Public Methods

Method Description
__construct ( $oFactory, array $aPageArguments ) Sets up hooks and properties.
replyToLoadResources ( $oFactory )

Private Methods

Method Description
_addPage ( array $aPageArguments )

Method Details

__construct() public method

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

replyToLoadResources() public method

public replyToLoadResources ( $oFactory )

Property Details

$oFactory public_oe property

Stores the factory object.
public $oFactory

$sPageSlug public_oe property

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