Zend Framework  3.0
Public Member Functions | List of all members
ConsoleViewManagerFactory Class Reference

Public Member Functions

 __invoke (ContainerInterface $container, $name, array $options=null)
 Create and return the view manager for the console environment.
 
 createService (ServiceLocatorInterface $container)
 Create and return ConsoleViewManager instance.
 

Member Function Documentation

__invoke ( ContainerInterface  $container,
  $name,
array  $options = null 
)

Create and return the view manager for the console environment.

Parameters
ContainerInterface$container
string$name
null | array$options
Returns
ConsoleViewManager

Implements FactoryInterface.

createService ( ServiceLocatorInterface  $container)

Create and return ConsoleViewManager instance.

For use with zend-servicemanager v2; proxies to __invoke().

Parameters
ServiceLocatorInterface$container
Returns
ConsoleViewManager

Implements FactoryInterface.