Exemplo n.º 1
0
 protected function _delete()
 {
     parent::_delete();
     $filters = $this->getTable()->getFilters();
     foreach ($filters as $k => $f) {
         if ($f instanceof Kwf_Filter_Row_Abstract) {
             $f->onDeleteRow($this);
         }
     }
 }