PhpSpec\Event\ExpectationEvent::getMatcher PHP Метод

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

public getMatcher ( ) : PhpSpec\Matcher\Matcher
Результат PhpSpec\Matcher\Matcher
    public function getMatcher()
    {
        return $this->matcher;
    }