HttpViewControllerFactoryInterface
in
Interface HttpViewControllerFactoryInterface
Tags
Table of Contents
- createController() : HttpViewControllerInterface
- Creates a new instance of a http view controller by the given controller name.
Methods
createController()
Creates a new instance of a http view controller by the given controller name.
public
createController(string $controllerName) : HttpViewControllerInterface
Parameters
- $controllerName : string
-
Expected name of controller (without 'Controller'-Suffix)
Return values
HttpViewControllerInterface —Created controller instance.