Neos\Flow\Security\Authorization\Privilege\AbstractPrivilege::getMatcher PHP Method

getMatcher() public method

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
return string
    public function getMatcher()
    {
        return $this->matcher;
    }