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