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

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

public setMatcher ( Thruway\Subscription\MatcherInterface $matcher )
$matcher Thruway\Subscription\MatcherInterface
    public function setMatcher($matcher)
    {
        $this->matcher = $matcher;
    }