AscmvcControllerFactoryInterface

Extends

Interface AscmvcControllerFactoryInterface

FactoryInterface allows the implementing class to create itself using initialization logic.

package

Ascmvc

Methods

Allows an implementing object to initialize itself using application resources and parameters.

factory(array &$baseConfig, \Ascmvc\EventSourcing\EventDispatcher &$eventDispatcher, \Pimple\Container &$serviceManager,  &$viewObject) : mixed
static

Arguments

$baseConfig

array

$serviceManager

\Pimple\Container

$viewObject

Response

mixed