AdminPageFramework_Input_Base::__construct PHP Method

__construct() public method

public __construct ( array $aAttributes, array $aOptions = [] )
$aAttributes array
$aOptions array
    public function __construct(array $aAttributes, array $aOptions = array())
    {
        $this->aAttributes = $this->getElementAsArray($aAttributes, 'attributes', $aAttributes);
        $this->aOptions = $aOptions + $this->aStructureOptions;
        $this->aField = $aAttributes;
        $this->construct();
    }