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

Inheritance: implements Doctrine\Common\EventSubscriber
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Свойство Type Description
$onFlushCalled
$postFlushCalled
$preFlushCalled

Méthodes publiques

Méthode 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 méthode

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

onFlush() public méthode

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

postFlush() public méthode

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

preFlush() public méthode

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

Property Details

$onFlushCalled public_oe property

public $onFlushCalled

$postFlushCalled public_oe property

public $postFlushCalled

$preFlushCalled public_oe property

public $preFlushCalled