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();
    }