PHP Класс Neos\Neos\EventLog\Integrations\AbstractIntegrationService

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$eventEmittingService Neos\Neos\EventLog\Domain\Service\EventEmittingService
$securityContext Neos\Flow\Security\Context

Защищенные методы

Метод Описание
initializeAccountIdentifier ( ) : void Try to set the current account identifier emitting the events, if possible

Описание методов

initializeAccountIdentifier() защищенный Метод

Try to set the current account identifier emitting the events, if possible
protected initializeAccountIdentifier ( ) : void
Результат void

Описание свойств

$eventEmittingService защищенное свойство

protected EventEmittingService,Neos\Neos\EventLog\Domain\Service $eventEmittingService
Результат Neos\Neos\EventLog\Domain\Service\EventEmittingService

$securityContext защищенное свойство

protected Context,Neos\Flow\Security $securityContext
Результат Neos\Flow\Security\Context