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

onFlush() public method

public onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args )
$args Doctrine\ORM\Event\OnFlushEventArgs
    public function onFlush(\Doctrine\ORM\Event\OnFlushEventArgs $args)
    {
        $this->onFlushCalled = true;
    }