PHP Class AdminPageFramework_CustomSubmitFields

Inheritance: extends AdminPageFramework_FrameworkUtility
Exibir arquivo Open project: michaeluno/admin-page-framework Class Usage Examples

Public Properties

Property Type Description
$aPost
$sInputID

Public Methods

Method Description
__construct ( array $aPostElement )
getInputID ( $aSubmitElement )
getSiblingValue ( $sKey )

Protected Methods

Method Description
getSubmitValueByType ( $aElement, $sInputID, $sElementKey = 'format' )

Method Details

__construct() public method

public __construct ( array $aPostElement )
$aPostElement array

getInputID() public method

public getInputID ( $aSubmitElement )

getSiblingValue() public method

public getSiblingValue ( $sKey )

getSubmitValueByType() protected method

protected getSubmitValueByType ( $aElement, $sInputID, $sElementKey = 'format' )

Property Details

$aPost public_oe property

public $aPost

$sInputID public_oe property

public $sInputID