Doctrine\MongoDB\Tests\PreFindAndRemoveListener::collectionPreFindAndRemove PHP Method

collectionPreFindAndRemove() public method

public collectionPreFindAndRemove ( Doctrine\MongoDB\Event\MutableEventArgs $args )
$args Doctrine\MongoDB\Event\MutableEventArgs
    public function collectionPreFindAndRemove(MutableEventArgs $args)
    {
        $args->setData($this->query);
        $args->setOptions($this->options);
    }