Tolerance\Bridge\JMSAopBundle\Operation\WrapperPointcut::matchesMethod PHP Method

matchesMethod() public method

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