Thruway\Subscription\PrefixMatcher::getMatchHash PHP Method

getMatchHash() public method

public getMatchHash ( $uri, $options ) : mixed
$uri
$options
return mixed
    public function getMatchHash($uri, $options)
    {
        return "prefix_" . $uri;
    }