Thruway\Subscription\StateHandlerRegistration::__construct PHP Метод

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

public __construct ( $clientSession, $procedureName, $uri, $options, Thruway\Subscription\MatcherInterface $matcher )
$matcher Thruway\Subscription\MatcherInterface
    public function __construct($clientSession, $procedureName, $uri, $options, MatcherInterface $matcher)
    {
        $this->setClientSession($clientSession);
        $this->setProcedureName($procedureName);
        $this->setUri($uri);
        $this->setOptions($options);
        $this->setMatcher($matcher);
    }