PHP Class Neos\Neos\EventLog\Integrations\AbstractIntegrationService

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

Protected Properties

Property Type Description
$eventEmittingService Neos\Neos\EventLog\Domain\Service\EventEmittingService
$securityContext Neos\Flow\Security\Context

Protected Methods

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

Method Details

initializeAccountIdentifier() protected method

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

Property Details

$eventEmittingService protected property

protected EventEmittingService,Neos\Neos\EventLog\Domain\Service $eventEmittingService
return Neos\Neos\EventLog\Domain\Service\EventEmittingService

$securityContext protected property

protected Context,Neos\Flow\Security $securityContext
return Neos\Flow\Security\Context