Thruway\Subscription\PrefixMatcher::getMatchHash PHP Méthode

getMatchHash() public méthode

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