AdminPageFramework_Form_View___Attribute_SectionTable::_getAttributes PHP Метод

_getAttributes() защищенный Метод

protected _getAttributes ( )
    protected function _getAttributes()
    {
        return array('id' => 'section_table-' . $this->aArguments['_tag_id'], 'class' => $this->getClassAttribute('form-table', 'admin-page-framework-section-table'));
    }
AdminPageFramework_Form_View___Attribute_SectionTable