Doctrine\MongoDB\Tests\PreAggregateListener::collectionPreAggregate PHP Method

collectionPreAggregate() public method

public collectionPreAggregate ( Doctrine\MongoDB\Event\AggregateEventArgs $args )
$args Doctrine\MongoDB\Event\AggregateEventArgs
    public function collectionPreAggregate(AggregateEventArgs $args)
    {
        $args->setOptions($this->options);
        $args->setPipeline($this->pipeline);
    }