AdminPageFramework_Form_View___Attribute_Fieldrow::_getFormattedAttributes PHP Method

_getFormattedAttributes() protected method

protected _getFormattedAttributes ( )
    protected function _getFormattedAttributes()
    {
        $_aAttributes = parent::_getFormattedAttributes();
        if ($this->aArguments['hidden']) {
            $_aAttributes['style'] = $this->getStyleAttribute($this->getElement($_aAttributes, 'style', array()), 'display:none');
        }
        return $_aAttributes;
    }
AdminPageFramework_Form_View___Attribute_Fieldrow