Interface HttpViewControllerFactoryInterface
category |
System |
---|---|
package |
Http |
subpackage |
Interfaces |
createController(string $controllerName) : \HttpViewControllerInterface
string
Expected name of controller (without 'Controller'-Suffix)
\HttpViewControllerInterface
Created controller instance.