PHP Class AdminPageFrameworkLoader_AdminPage_Tab_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 caller object.
$sPageSlug Stores the associated page slug.
$sTabSlug Stores the associated tab slug.

Protected Properties

Property Type Description
$aMethods Stores callback method names.

Public Methods

Method Description
__construct ( $oFactory, $sPageSlug, array $aTabDefinition ) Sets up hooks and properties.
validate ( $aInput, $aOldInput, $oFactory, $aSubmitInfo ) public function replyToDoAfterTab( $oFactory ) {}

Private Methods

Method Description
_addTab ( $sPageSlug, $aTabDefinition )

Method Details

__construct() public method

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

validate() public method

public function replyToDoAfterTab( $oFactory ) {}
public validate ( $aInput, $aOldInput, $oFactory, $aSubmitInfo )

Property Details

$aMethods protected_oe property

Stores callback method names.
protected $aMethods

$oFactory public_oe property

Stores the caller object.
public $oFactory

$sPageSlug public_oe property

Stores the associated page slug.
public $sPageSlug

$sTabSlug public_oe property

Stores the associated tab slug.
public $sTabSlug