Symfony\Component\Routing\Loader\AnnotationClassLoader::configureRoute PHP Méthode

configureRoute() abstract protected méthode

abstract protected configureRoute ( Symfony\Component\Routing\Route $route, ReflectionClass $class, ReflectionMethod $method )
$route Symfony\Component\Routing\Route
$class ReflectionClass
$method ReflectionMethod
    abstract protected function configureRoute(Route $route, \ReflectionClass $class, \ReflectionMethod $method);

Same methods

AnnotationClassLoader::configureRoute ( Symfony\Component\Routing\Route $route, ReflectionClass $class, ReflectionMethod $method, $annot )