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