EnvironmentHttpViewControllerRegistryFactory
extends AbstractHttpViewControllerRegistryFactory
in package
Class EnvironmentHttpViewControllerRegistryFactory
Tags
Table of Contents
- $classFinder : ClassFinderInterface
- __construct() : mixed
- Initializes the HttpViewControllerRegistryFactory
- create() : HttpViewControllerRegistryInterface
- Creates and returns a new http view controller registry.
- _addAvailableControllers() : mixed
- Adds new available controller to the registry.
- _getShortenNameOrUseOriginal() : mixed
Properties
$classFinder
protected
ClassFinderInterface
$classFinder
Methods
__construct()
Initializes the HttpViewControllerRegistryFactory
public
__construct(ClassFinderInterface $classFinder) : mixed
Parameters
- $classFinder : ClassFinderInterface
Return values
mixed —create()
Creates and returns a new http view controller registry.
public
create() : HttpViewControllerRegistryInterface
Return values
HttpViewControllerRegistryInterface —_addAvailableControllers()
Adds new available controller to the registry.
protected
_addAvailableControllers(HttpViewControllerRegistryInterface $registry) : mixed
Parameters
- $registry : HttpViewControllerRegistryInterface
-
Registry object which adds the new controller entries.
Return values
mixed —_getShortenNameOrUseOriginal()
protected
_getShortenNameOrUseOriginal(mixed $originalClassName) : mixed
Parameters
- $originalClassName : mixed