PHP 클래스 Neos\Neos\EventLog\Integrations\AbstractIntegrationService

파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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