Property | Type | Description | |
---|---|---|---|
$eelEvaluator | |||
$entityManager | Doctrine\Common\Persistence\ObjectManager | .. | |
$eventEmittingService | |||
$logger | Neos\Flow\Log\SystemLoggerInterface | ||
$monitorEntitiesSetting | array |
Method | Description | |
---|---|---|
dummyMethodToEnsureInstanceExists ( ) : void | Dummy method which is called in a prePersist signal. If we remove that, this object is never instantiated and thus cannot hook into the Doctrine EntityManager. | |
onFlush ( Doctrine\ORM\Event\OnFlushEventArgs $eventArgs ) : void | Record events for entity changes. | |
setMonitorEntitiesSetting ( array $monitorEntitiesSetting ) : void |
public dummyMethodToEnsureInstanceExists ( ) : void | ||
return | void |
public setMonitorEntitiesSetting ( array $monitorEntitiesSetting ) : void | ||
$monitorEntitiesSetting | array | |
return | void |
protected CompilingEvaluator,Neos\Eel $eelEvaluator | ||
return |
protected ObjectManager,Doctrine\Common\Persistence $entityManager | ||
return | Doctrine\Common\Persistence\ObjectManager |
protected EventEmittingService,Neos\Neos\EventLog\Domain\Service $eventEmittingService | ||
return |
protected SystemLoggerInterface,Neos\Flow\Log $logger | ||
return | Neos\Flow\Log\SystemLoggerInterface |