Exemplo n.º 1
0
Arquivo: Not.php Projeto: j0k3r/rulerz
 /**
  * {@inheritDoc}
  */
 public function getRule()
 {
     return sprintf('NOT (%s)', $this->specification->getRule());
 }