예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function describe()
 {
     return sprintf('not %s', $this->condition->describe());
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function describe()
 {
     return $this->condition ? 'item.parent(' . $this->condition->describe() . ')' : 'item.parent != null';
 }