コード例 #1
0
ファイル: NotFilter.php プロジェクト: eltondias/Relogio
 /**
  * Returns a string representation of the filter.
  *
  * @return string
  */
 public function toString()
 {
     return '(!' . $this->filter->toString() . ')';
 }