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

Public Member Functions

 __invoke (ContainerInterface $container, $name, array $options=null)
 Create an object.
Parameters
ContainerInterface$container
string$requestedName
null | array$options
Returns
object
Exceptions
ServiceNotFoundExceptionif unable to resolve the service.
ServiceNotCreatedExceptionif an exception is raised when creating a service.
ContainerExceptionif any other error occurs

 
 createService (ServiceLocatorInterface $container, $name=null, $requestedName=null)
 
 
 setCreationOptions (array $options)
 zend-servicemanager v2 support for invocation options.
 
- Public Member Functions inherited from FactoryInterface
 createService (ServiceLocatorInterface $serviceLocator)
 Create service.
 

Protected Attributes

 $creationOptions
 zend-servicemanager v2 support for invocation options.
 

Member Function Documentation

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

Create an object.

Parameters
ContainerInterface$container
string$requestedName
null | array$options
Returns
object
Exceptions
ServiceNotFoundExceptionif unable to resolve the service.
ServiceNotCreatedExceptionif an exception is raised when creating a service.
ContainerExceptionif any other error occurs

Returns
PatternPluginManager

Implements FactoryInterface.

createService ( ServiceLocatorInterface  $container,
  $name = null,
  $requestedName = null 
)
setCreationOptions ( array  $options)

zend-servicemanager v2 support for invocation options.

Parameters
array$options
Returns
void

Member Data Documentation

$creationOptions
protected

zend-servicemanager v2 support for invocation options.

Parameters
array