Ejemplo n.º 1
0
 protected function _afterBrowse(KControllerContextInterface $context)
 {
     if ($this->getController()->canPurge()) {
         $this->addPurge();
     }
     return parent::_afterBrowse($context);
 }