예제 #1
0
 /**
  * Performs a logical negation of the given constraint
  *
  * @param object $constraint Constraint to negate
  * @return Tx_Extbase_Persistence_QOM_NotInterface
  * @api
  */
 public function logicalNot($constraint)
 {
     return $this->qomFactory->not($constraint);
 }