Symfony\Bundle\FrameworkBundle\Controller
Classes
Controller is a simple implementation of a Controller.
ControllerNameParser converts controller from the short notation a:b:c
(BlogBundle:Post:index) to a fully-qualified class::method string
(Bundle\BlogBundle\Controller\PostController::indexAction).
ControllerResolver.
Redirects a request to another URL.
TemplateController.