Neos\Flow\Security\Authorization\Privilege\AbstractPrivilege::getMatcher PHP Метод

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

Note: This returns the raw matcher string that might contain parameter placeholders. If you want to return the parsed matcher with placeholders replaced, use getParsedMatcher() instead.
public getMatcher ( ) : string
Результат string
    public function getMatcher()
    {
        return $this->matcher;
    }