PHP Class Neos\Neos\Domain\EventListener\AccountPostEventListener

Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$cacheManager Neos\Flow\Cache\CacheManager

Public Methods

Method Description
postPersist ( Doctrine\ORM\Event\LifecycleEventArgs $eventArgs ) : void
postRemove ( Doctrine\ORM\Event\LifecycleEventArgs $eventArgs ) : void
postUpdate ( Doctrine\ORM\Event\LifecycleEventArgs $eventArgs ) : void

Protected Methods

Method Description
flushConfigurationCache ( ) : void

Method Details

flushConfigurationCache() protected method

protected flushConfigurationCache ( ) : void
return void

postPersist() public method

public postPersist ( Doctrine\ORM\Event\LifecycleEventArgs $eventArgs ) : void
$eventArgs Doctrine\ORM\Event\LifecycleEventArgs
return void

postRemove() public method

public postRemove ( Doctrine\ORM\Event\LifecycleEventArgs $eventArgs ) : void
$eventArgs Doctrine\ORM\Event\LifecycleEventArgs
return void

postUpdate() public method

public postUpdate ( Doctrine\ORM\Event\LifecycleEventArgs $eventArgs ) : void
$eventArgs Doctrine\ORM\Event\LifecycleEventArgs
return void

Property Details

$cacheManager protected property

protected CacheManager,Neos\Flow\Cache $cacheManager
return Neos\Flow\Cache\CacheManager