AdminPageFramework_Form_View___Attribute_SectionsTablesContainer::_getAttributes PHP Метод

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

protected _getAttributes ( )
    protected function _getAttributes()
    {
        return array('id' => $this->sSectionsID, 'class' => $this->getClassAttribute('admin-page-framework-sections', $this->getAOrB(!$this->sSectionTabSlug || '_default' === $this->sSectionTabSlug, null, 'admin-page-framework-section-tabs-contents'), $this->getAOrB(empty($this->aCollapsible), null, 'admin-page-framework-collapsible-sections-content' . ' ' . 'admin-page-framework-collapsible-content' . ' ' . 'accordion-section-content'), $this->getAOrB(empty($this->aSectionset['sortable']), null, 'sortable-section')), 'data-seciton_id' => $this->aSectionset['section_id'], 'data-section_address' => $this->aSectionset['section_id'], 'data-section_address_model' => $this->aSectionset['section_id'] . '|' . '___i___') + $this->_getDynamicElementArguments($this->aSectionset);
    }
AdminPageFramework_Form_View___Attribute_SectionsTablesContainer