Class ApplicationFactory

Summary

Fully Qualified Name: Zend\Mvc\Service\ApplicationFactory
Implements: FactoryInterface

Description

Methods

Name Description Defined By
__invoke() Create the Application service ApplicationFactory

Method Details

__invoke()

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

Top