Name | Description |
---|---|
ControllerNameParser | ControllerNameParser converts controller from the short notation a:b:c (BlogModule:Post:index) to a fully-qualified class::method string (Module\BlogModule\Controller\PostController::indexAction). |
ControllerResolver | ControllerResolver. |