Neos\Flow\Tests\Functional\Persistence\Fixtures\EventListener::preFlush PHP Méthode

preFlush() public méthode

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