_getDataObj()->addFilter(array( 'type' => $this->getConfig('type'), )); $this->_doc->addScript('js/app/tabdrop-init.js'); return parent::_doList(); } protected function _getListItem() { $item = parent::_getListItem(); $item['type'] = $this->getConfig('type'); $item['list'] = \Qs_Array::group($item['list'], ['year', \Qs_Array::AUTOINCREMENT]); return $item; } }