AdminPageFramework_Form_View___Attribute_SectionTableContainer::_getAttributes PHP Метод

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

protected _getAttributes ( )
    protected function _getAttributes()
    {
        $_aSectionAttributes = $this->uniteArrays($this->dropElementsByType($this->aArguments['attributes']), array('id' => $this->aArguments['_tag_id'], 'class' => $this->getClassAttribute('admin-page-framework-section', $this->getAOrB($this->aArguments['section_tab_slug'], 'admin-page-framework-tab-content', null), $this->getAOrB($this->aArguments['_is_collapsible'], 'is_subsection_collapsible', null))));
        $_aSectionAttributes['class'] = $this->getClassAttribute($_aSectionAttributes['class'], $this->dropElementsByType($this->aArguments['class']));
        $_aSectionAttributes['style'] = $this->getStyleAttribute($_aSectionAttributes['style'], $this->getAOrB($this->aArguments['hidden'], 'display:none', null));
        return $_aSectionAttributes;
    }
AdminPageFramework_Form_View___Attribute_SectionTableContainer