Doctrine\MongoDB\Aggregation\Builder::matchExpr PHP Method

matchExpr() public method

Returns a query expression to be used in match stages
public matchExpr ( ) : Expr
return Doctrine\MongoDB\Query\Expr
    public function matchExpr()
    {
        return new QueryExpr();
    }