PhpSpec\Event\ExpectationEvent::getMatcher PHP 메소드

getMatcher() 공개 메소드

public getMatcher ( ) : PhpSpec\Matcher\Matcher
리턴 PhpSpec\Matcher\Matcher
    public function getMatcher()
    {
        return $this->matcher;
    }