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.