AdminPageFramework_Form_View___Attribute_Fieldset::_getAttributes PHP Method

_getAttributes() protected method

protected _getAttributes ( )
    protected function _getAttributes()
    {
        return array('id' => $this->sContext . '-' . $this->aArguments['tag_id'], 'class' => implode(' ', array('admin-page-framework-' . $this->sContext, $this->_getSelectorForChildFieldset())), 'data-field_id' => $this->aArguments['tag_id'], 'style' => $this->_getInlineCSS());
    }
AdminPageFramework_Form_View___Attribute_Fieldset