Exemplo n.º 1
0
 protected function _getContainingCacheables()
 {
     $cacheables = parent::_getContainingCacheables();
     $cacheables[] = new CM_Paging_Splitfeature_All();
     return $cacheables;
 }
Exemplo n.º 2
0
 protected function _getContainingCacheables()
 {
     $cacheables = parent::_getContainingCacheables();
     $cacheables[] = new CM_Paging_Language_All();
     $cacheables[] = new CM_Paging_Language_Enabled();
     return $cacheables;
 }