PatternPluginManagerFactory
    
            
            in package
            
        
    
            
            implements
                            FactoryInterface                    
    
    
        
        
    
Interfaces, Classes, Traits and Enums
- FactoryInterface
 - Backwards-compatibility shim for FactoryInterface.
 
Table of Contents
- $creationOptions : mixed
 - zend-servicemanager v2 support for invocation options.
 - __invoke() : PatternPluginManager
 - {@inheritDoc}
 - createService() : PatternPluginManager
 - Create service
 - setCreationOptions() : void
 - zend-servicemanager v2 support for invocation options.
 
Properties
$creationOptions
zend-servicemanager v2 support for invocation options.
    protected
        mixed
    $creationOptions
    
    
        
    
Methods
__invoke()
{@inheritDoc}
    public
                    __invoke(ContainerInterface $container, mixed $name[, array<string|int, mixed> $options = null ]) : PatternPluginManager
    
        Parameters
- $container : ContainerInterface
 - $name : mixed
 - $options : array<string|int, mixed> = null
 
Return values
PatternPluginManager —createService()
Create service
    public
                    createService(ServiceLocatorInterface $container[, mixed $name = null ][, mixed $requestedName = null ]) : PatternPluginManager
    
        Parameters
- $container : ServiceLocatorInterface
 - $name : mixed = null
 - $requestedName : mixed = null
 
Return values
PatternPluginManager —setCreationOptions()
zend-servicemanager v2 support for invocation options.
    public
                    setCreationOptions(array<string|int, mixed> $options) : void
    
        Parameters
- $options : array<string|int, mixed>