Thruway\Subscription\PrefixMatcher::getMatchHash PHP 메소드

getMatchHash() 공개 메소드

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