PHP Класс AdminPageFrameworkLoader_AdminPage_Section_Base

С версии: 3.5.3
Наследование: extends AdminPageFrameworkLoader_AdminPage_RootBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$oFactory Stores the factory object.
$sPageSlug Stores the associated page slug with the adding section.
$sSectionID Stores the section ID.
$sTabSlug Stores the associated tab slug with the adding section.

Открытые методы

Метод Описание
__construct ( $oFactory, $sPageSlug, array $aSectionDefinition ) Sets up hooks and properties.
addFields ( $oFactory, $sSectionID ) Called when adding fields.
validate ( $aInput, $aOldInput, $oFactory, $aSubmitInfo ) Called upon form validation.

Приватные методы

Метод Описание
_addSection ( $oFactory, $sPageSlug, array $aSectionDefinition )

Описание методов

__construct() публичный Метод

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

addFields() публичный Метод

Called when adding fields.
public addFields ( $oFactory, $sSectionID )

validate() публичный Метод

Called upon form validation.
public validate ( $aInput, $aOldInput, $oFactory, $aSubmitInfo )

Описание свойств

$oFactory публичное свойство

Stores the factory object.
public $oFactory

$sPageSlug публичное свойство

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

$sSectionID публичное свойство

Stores the section ID.
public $sSectionID

$sTabSlug публичное свойство

Stores the associated tab slug with the adding section.
public $sTabSlug