AdminPageFramework_Input_Base::getAttribute PHP Method

getAttribute() public method

public getAttribute ( )
    public function getAttribute()
    {
        $_aParams = func_get_args() + array(0 => null, 1 => null);
        return isset($_aParams[0]) ? $this->getElement($this->aAttributes, $_aParams[0], $_aParams[1]) : $this->aAttributes();
    }