Exemplo n.º 1
0
 public function execute(App_ListFilter $filterlist)
 {
     if (!$this->getFieldName()) {
         throw new App_ListFilter_Rule_Action_Exception("No field name defined on remove filter action.");
     }
     $filterlist->removeFiltersByFieldName($this->getFieldName(), $this->getCount());
 }