Neos\Flow\Tests\Functional\Persistence\Fixtures\EventListener::postFlush PHP Method

postFlush() public method

public postFlush ( Doctrine\ORM\Event\PostFlushEventArgs $args )
$args Doctrine\ORM\Event\PostFlushEventArgs
    public function postFlush(\Doctrine\ORM\Event\PostFlushEventArgs $args)
    {
        $this->postFlushCalled = true;
    }