Exemplo n.º 1
0
 /**
  * Returns a string representation of the filter.
  *
  * @return string
  */
 public function toString()
 {
     return '(!' . $this->filter->toString() . ')';
 }