Controllers\Api\Statements::aggregateObject PHP 메소드

aggregateObject() 공개 메소드

Aggregates by object.
public aggregateObject ( ) : Aggregate
리턴 Aggregate http://php.net/manual/en/mongocollection.aggregate.php#refsect1-mongocollection.aggregate-examples
    public function aggregateObject()
    {
        $match = $this->getParam('match');
        return \Response::json($this->query->aggregateObject($this->getOptions(), $match));
    }