PHP Класс Symfony\Component\HttpKernel\Controller\ControllerResolver
This implementation uses the '_controller' request attribute to determine
the controller to execute and uses the request attributes to determine
the controller method arguments.
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Защищенные методы
Приватные методы
Описание методов
__construct()
публичный Метод
public __construct ( Psr\Log\LoggerInterface $logger = null ) |
$logger |
Psr\Log\LoggerInterface |
A LoggerInterface instance |
createController()
защищенный Метод
Returns a callable for the given controller.
doGetArguments()
защищенный Метод
getArguments()
публичный Метод
public getArguments ( Request $request, $controller ) |
$request |
Symfony\Component\HttpFoundation\Request |
|
getController()
публичный Метод
This method looks for a '_controller' request attribute that represents
the controller name (a string like ClassName::MethodName).
public getController ( Request $request ) |
$request |
Symfony\Component\HttpFoundation\Request |
|
instantiateController()
защищенный Метод
Returns an instantiated controller.