Tolerance\Bridge\JMSAopBundle\Operation\WrapperPointcut::matchesMethod PHP Метод

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

public matchesMethod ( ReflectionMethod $method )
$method ReflectionMethod
    public function matchesMethod(\ReflectionMethod $method)
    {
        return $this->runnerRepository->getRunnerByMethod($method) !== null;
    }