HttpViewControllerFactoryInterface

Extends

Interface HttpViewControllerFactoryInterface

category

System

package

Http

subpackage

Interfaces

Methods

Creates a new instance of a http view controller by the given controller name.

createController(string $controllerName) : \HttpViewControllerInterface

Arguments

$controllerName

string

Expected name of controller (without 'Controller'-Suffix)

Response

\HttpViewControllerInterface

Created controller instance.