Fully Qualified Name: | Zend\Mvc\Service\ApplicationFactory |
Implements: | FactoryInterface |
Name | Description | Defined By |
---|---|---|
__invoke() | Create the Application service | ApplicationFactory |
Create the Application service
Creates a Zend\Mvc\Application service, passing it the configuration service and the service manager instance.
Parameter Name | Type | Description |
---|---|---|
$container | \ContainerInterface | |
$name | string | |
$options | null|array |
Returns: \Application