Exemple #1
0
 public function getViewCacheSettings()
 {
     $ret = parent::getViewCacheSettings();
     $c = $this->getData()->parent;
     if ($c->getComponent()->getPartialClass($c->componentClass) == 'Kwf_Component_Partial_Id') {
         $ret['enabled'] = false;
     }
     return $ret;
 }
 public function getViewCacheSettings()
 {
     $ret = parent::getViewCacheSettings();
     $ret['cacheTag'] = 'asdf';
     return $ret;
 }