PHP Class APF_Demo_BuiltinFieldTypes_MISC_Hidden

Show file Open project: michaeluno/admin-page-framework

Public Properties

Property Type Description
$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.

Public Methods

Method Description
__construct ( $oFactory ) Sets up a form section.

Private Methods

Method Description
_getLabelByValue ( $sValue ) : string

Method Details

__construct() public method

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

Property Details

$sPageSlug public property

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

$sSectionID public property

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

$sTabSlug public property

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