Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePrivilege::getCacheEntryIdentifier PHP Méthode

getCacheEntryIdentifier() public méthode

Unique identifier of this privilege
public getCacheEntryIdentifier ( ) : string
Résultat string
    public function getCacheEntryIdentifier()
    {
        $this->initialize();
        return $this->methodPrivilege->getCacheEntryIdentifier();
    }