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

aggregateTime() 공개 메소드

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