Exemple #1
0
 /**
  * @param Filter $filter
  * @return bool
  */
 function UpdateFilter(&$filter)
 {
     return $this->_dbConnection->Execute($this->_commandCreator->UpdateFilter($filter));
 }