Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
LoaderPluginManagerFactory Class Reference

Public Member Functions

 __invoke (ContainerInterface $container, $name, array $options=null)
 Create and return a LoaderPluginManager.
 
 createService (ServiceLocatorInterface $container)
 zend-servicemanager v2 factory to return LoaderPluginManager
 
 setCreationOptions (array $options)
 v2 support for instance creation options.
 

Protected Attributes

 $creationOptions = []
 zend-servicemanager v2 options passed to factory.
 

Member Function Documentation

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

Create and return a LoaderPluginManager.

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

Implements FactoryInterface.

createService ( ServiceLocatorInterface  $container)

zend-servicemanager v2 factory to return LoaderPluginManager

Parameters
ServiceLocatorInterface$container
Returns
LoaderPluginManager

Implements FactoryInterface.

setCreationOptions ( array  $options)

v2 support for instance creation options.

Parameters
array$options
Returns
void

Member Data Documentation

$creationOptions = []
protected

zend-servicemanager v2 options passed to factory.

Parameters
array