Thruway\Subscription\StateHandlerRegistration::setMatcher PHP 메소드

setMatcher() 공개 메소드

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