Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-mvc
→
Class ViewFactory
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