PHP PPI\Framework\Module\Controller Пространство имен

Классы

Имя Описание
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.