PHP Class Neos\Neos\EventLog\Integrations\AbstractIntegrationService

ファイルを表示 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_oe property

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

$securityContext protected_oe property

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