Class ViewFactory

Summary

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

Description

Methods

Name Description Defined By
__invoke() ViewFactory

Method Details

__invoke()

Parameter Name Type Description
$container \ContainerInterface
$name string
$options null|array

Returns: \View

Top