Doctrine\MongoDB\Aggregation\Stage\Match::elemMatch PHP Метод

elemMatch() публичный Метод

You can create a new expression using the {@link Builder::matchExpr()} method.
См. также: Expr::elemMatch()
См. также: http://docs.mongodb.org/manual/reference/operator/elemMatch/
public elemMatch ( array | Expr $expression )
$expression array | Doctrine\MongoDB\Query\Expr
    public function elemMatch($expression)
    {
        $this->query->elemMatch($expression);
        return $this;
    }