AdminPageFramework_Input_Base::__construct PHP 메소드

__construct() 공개 메소드

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();
    }