コード例 #1
0
ファイル: NotNode.php プロジェクト: bit3/contao-merger2
 /**
  * {@inheritdoc}
  */
 public function evaluate()
 {
     return !$this->child->evaluate();
 }