Example #1
0
File: Not.php Project: j0k3r/rulerz
 /**
  * {@inheritDoc}
  */
 public function getRule()
 {
     return sprintf('NOT (%s)', $this->specification->getRule());
 }