Neos\Neos\EventLog\Domain\Model\Event::getAccountIdentifier PHP Méthode

getAccountIdentifier() public méthode

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