Exemple #1
0
 protected function _getDataClass($config, $id)
 {
     $page = $this->_getPageData($id);
     if ($page['is_home']) {
         return 'Kwf_Component_Data_Home';
     } else {
         return parent::_getDataClass($config, $id);
     }
 }