PHP Класс APF_Demo_BuiltinFieldTypes_File_Upload

Показать файл Открыть проект

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

Свойство Тип Описание
$sPageSlug The page slug to add the tab and form elements.
$sSectionID The section slug to add to the tab.
$sTabSlug The tab slug to add to the page.

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

Метод Описание
__construct ( $oFactory ) Sets up a form section.
validateSectionForm ( $aInput, $aOldInput, $oFactory, $aSubmitInfo ) Validates the items in the 'files' tab of the 'apf_bultin_field_types' page.

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

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

Sets up a form section.
public __construct ( $oFactory )

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

Validates the items in the 'files' tab of the 'apf_bultin_field_types' page.
public validateSectionForm ( $aInput, $aOldInput, $oFactory, $aSubmitInfo )

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

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

The page slug to add the tab and form elements.
public $sPageSlug

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

The section slug to add to the tab.
public $sSectionID

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

The tab slug to add to the page.
public $sTabSlug