Neos\Neos\EventLog\Domain\Model\Event::getAccountIdentifier PHP 메소드

getAccountIdentifier() 공개 메소드

Return the identifier of the account (if any) which triggered this event
public getAccountIdentifier ( ) : string
리턴 string
    public function getAccountIdentifier()
    {
        return $this->accountIdentifier;
    }