PHP Class Neos\Flow\Tests\Functional\Persistence\Fixtures\EventSubscriber

Inheritance: implements Doctrine\Common\EventSubscriber
Show file Open project: neos/flow-development-collection

Public Properties

Property Type Description
$onFlushCalled
$postFlushCalled
$preFlushCalled

Public Methods

Method Description
getSubscribedEvents ( ) : array Returns an array of events this subscriber wants to listen to.
onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args )
postFlush ( Doctrine\ORM\Event\PostFlushEventArgs $args )
preFlush ( Doctrine\ORM\Event\PreFlushEventArgs $args )

Method Details

getSubscribedEvents() public method

Returns an array of events this subscriber wants to listen to.
public getSubscribedEvents ( ) : array
return array

onFlush() public method

public onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args )
$args Doctrine\ORM\Event\OnFlushEventArgs

postFlush() public method

public postFlush ( Doctrine\ORM\Event\PostFlushEventArgs $args )
$args Doctrine\ORM\Event\PostFlushEventArgs

preFlush() public method

public preFlush ( Doctrine\ORM\Event\PreFlushEventArgs $args )
$args Doctrine\ORM\Event\PreFlushEventArgs

Property Details

$onFlushCalled public property

public $onFlushCalled

$postFlushCalled public property

public $postFlushCalled

$preFlushCalled public property

public $preFlushCalled