EnvironmentHttpViewControllerRegistryFactory

Extends \AbstractHttpViewControllerRegistryFactory

Class EnvironmentHttpViewControllerRegistryFactory

category

System

package

Http

subpackage

Factories

extends

AbstractHttpViewControllerRegistryFactory

Methods

Initializes the HttpViewControllerRegistryFactory

__construct(\ClassFinderInterface $classFinder) 

Arguments

$classFinder

\ClassFinderInterface

Adds new available controller to the registry.

_addAvailableControllers(\HttpViewControllerRegistryInterface $registry) 

Arguments

$registry

\HttpViewControllerRegistryInterface

Registry object which adds the new controller entries.

_getShortenNameOrUseOriginal

_getShortenNameOrUseOriginal( $originalClassName) 

Arguments

$originalClassName

Creates and returns a new instance of a http view controller registry interface.

create() : \HttpViewControllerRegistryInterface
inherited abstract

Properties

classFinder

classFinder : \ClassFinderInterface
var

Type(s)

\ClassFinderInterface