PHP Class Neos\Neos\EventLog\Integrations\AbstractIntegrationService

Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$eventEmittingService Neos\Neos\EventLog\Domain\Service\EventEmittingService
$securityContext Neos\Flow\Security\Context

Méthodes protégées

Méthode Description
initializeAccountIdentifier ( ) : void Try to set the current account identifier emitting the events, if possible

Method Details

initializeAccountIdentifier() protected méthode

Try to set the current account identifier emitting the events, if possible
protected initializeAccountIdentifier ( ) : void
Résultat void

Property Details

$eventEmittingService protected_oe property

protected EventEmittingService,Neos\Neos\EventLog\Domain\Service $eventEmittingService
Résultat Neos\Neos\EventLog\Domain\Service\EventEmittingService

$securityContext protected_oe property

protected Context,Neos\Flow\Security $securityContext
Résultat Neos\Flow\Security\Context