Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePrivilege::getCacheEntryIdentifier PHP Метод

getCacheEntryIdentifier() публичный Метод

Unique identifier of this privilege
public getCacheEntryIdentifier ( ) : string
Результат string
    public function getCacheEntryIdentifier()
    {
        $this->initialize();
        return $this->methodPrivilege->getCacheEntryIdentifier();
    }