Doctrine\MongoDB\Aggregation\Stage\Match::not PHP 메소드

not() 공개 메소드

You can create a new expression using the {@link Builder::matchExpr()} method.
또한 보기: Expr::not()
또한 보기: http://docs.mongodb.org/manual/reference/operator/not/
public not ( array | Expr $expression )
$expression array | Doctrine\MongoDB\Query\Expr
    public function not($expression)
    {
        $this->query->not($expression);
        return $this;
    }