PHP Class AdminPageFramework_Form_View___Fieldset___FieldError, admin-page-framework

Inheritance: extends AdminPageFramework_FrameworkUtility
Show file Open project: michaeluno/admin-page-framework Class Usage Examples

Public Properties

Property Type Description
$aErrors
$aFieldPath
$aSectionPath
$sHeadingMessage

Public Methods

Method Description
__construct ( )
get ( )

Private Methods

Method Description
_getFieldError ( $aErrors, $aSectionPath, $aFieldPath, $sHeadingMessage )
_getSectionPathSanitized ( $aSectionPath )
_hasFieldError ( $aErrors, array $aFieldAddress )

Method Details

__construct() public method

public __construct ( )

get() public method

public get ( )

Property Details

$aErrors public property

public $aErrors

$aFieldPath public property

public $aFieldPath

$aSectionPath public property

public $aSectionPath

$sHeadingMessage public property

public $sHeadingMessage