PHP 클래스 Neos\Flow\Tests\Functional\Persistence\Fixtures\EventListener

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$onFlushCalled
$postFlushCalled
$preFlushCalled

공개 메소드들

메소드 설명
onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $args )
postFlush ( Doctrine\ORM\Event\PostFlushEventArgs $args )
preFlush ( Doctrine\ORM\Event\PreFlushEventArgs $args )

메소드 상세

onFlush() 공개 메소드

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

postFlush() 공개 메소드

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

preFlush() 공개 메소드

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

프로퍼티 상세

$onFlushCalled 공개적으로 프로퍼티

public $onFlushCalled

$postFlushCalled 공개적으로 프로퍼티

public $postFlushCalled

$preFlushCalled 공개적으로 프로퍼티

public $preFlushCalled