AdminPageFramework_Form_View___Fieldset___FieldError::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $_aParameters = func_get_args() + array($this->aErrors, $this->aSectionPath, $this->aFieldPath, $this->sHeadingMessage);
        $this->aErrors = $_aParameters[0];
        $this->aSectionPath = $_aParameters[1];
        $this->aFieldPath = $_aParameters[2];
        $this->sHeadingMessage = $_aParameters[3];
    }