Class HttpViewControllerFactory
category |
System |
---|---|
package |
Http |
subpackage |
Factories |
implements |
HttpViewControllerFactoryInterface |
__construct(\HttpViewControllerRegistryInterface $httpViewControllerRegistry, \HttpContextReaderInterface $httpContextReader, \HttpResponseProcessorInterface $httpResponseProcessor)
\HttpViewControllerRegistryInterface
Object which holds the registered controller class names.
createController(string $controllerName) : \HttpViewControllerInterface
Throws |
|
---|
string
Expected name of controller (without 'Controller'-Suffix)
\HttpViewControllerInterface
Created controller instance.