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

Public Member Functions

 __invoke (ContainerInterface $container, $name, array $options=null)
 Create and return a plugin manager.
 
 createService (ServiceLocatorInterface $container)
 Create and return AbstractPluginManager instance.
 

Public Attributes

const PLUGIN_MANAGER_CLASS = 'AbstractPluginManager'
 

Member Function Documentation

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

Create and return a plugin manager.

Classes that extend this should provide a valid class for the PLUGIN_MANGER_CLASS constant.

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

Implements FactoryInterface.

createService ( ServiceLocatorInterface  $container)

Create and return AbstractPluginManager instance.

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

Parameters
ServiceLocatorInterface$container
Returns
AbstractPluginManager

Implements FactoryInterface.

Member Data Documentation

const PLUGIN_MANAGER_CLASS = 'AbstractPluginManager'