Neos\Flow\Tests\Functional\Persistence\Fixtures\EventSubscriber::preFlush PHP Method

preFlush() public method

public preFlush ( Doctrine\ORM\Event\PreFlushEventArgs $args )
$args Doctrine\ORM\Event\PreFlushEventArgs
    public function preFlush(\Doctrine\ORM\Event\PreFlushEventArgs $args)
    {
        $this->preFlushCalled = true;
    }