Thruway\Subscription\PrefixMatcher::getMatchHash PHP Метод

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

public getMatchHash ( $uri, $options ) : mixed
$uri
$options
Результат mixed
    public function getMatchHash($uri, $options)
    {
        return "prefix_" . $uri;
    }