Property | Type | Description | |
---|---|---|---|
$request |
Method | Description | |
---|---|---|
__construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceManager, |
Constructor. |
Method | Description | |
---|---|---|
createController ( string $controller ) : mixed | Returns a callable for the given controller. | |
instantiateController ( string $class ) : object |
public __construct ( Zend\ServiceManager\ServiceLocatorInterface $serviceManager, |
||
$serviceManager | Zend\ServiceManager\ServiceLocatorInterface | A ServiceLocatorInterface instance |
$parser | A ControllerNameParser instance | |
$logger | Psr\Log\LoggerInterface | A LoggerInterface instance |
protected createController ( string $controller ) : mixed | ||
$controller | string | A Controller string |
return | mixed | A PHP callable |
protected instantiateController ( string $class ) : object | ||
$class | string | |
return | object |