PhpSpec\Event\ExpectationEvent::getMatcher PHP Method

getMatcher() public method

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