ValidatorPluginManagerFactory
in package
implements
FactoryInterface
Tags
Table of Contents
Interfaces
- FactoryInterface
- Backwards-compatibility shim for FactoryInterface.
Properties
- $creationOptions : null|ServiceManagerConfiguration
- laminas-servicemanager v2 support for invocation options.
Methods
- __invoke() : ValidatorPluginManager
- Create an object
- createService() : ValidatorPluginManager
- Create service
- setCreationOptions() : void
- laminas-servicemanager v2 support for invocation options.
Properties
$creationOptions
laminas-servicemanager v2 support for invocation options.
protected
null|ServiceManagerConfiguration
$creationOptions
Methods
__invoke()
Create an object
public
__invoke(ContainerInterface $container, string $name[, ServiceManagerConfiguration|null $options = null ]) : ValidatorPluginManager
Parameters
- $container : ContainerInterface
- $name : string
- $options : ServiceManagerConfiguration|null = null
Tags
Return values
ValidatorPluginManagercreateService()
Create service
public
createService(ServiceLocatorInterface $container[, string|null $name = null ][, string|null $requestedName = null ]) : ValidatorPluginManager
Parameters
- $container : ServiceLocatorInterface
- $name : string|null = null
- $requestedName : string|null = null
Return values
ValidatorPluginManagersetCreationOptions()
laminas-servicemanager v2 support for invocation options.
public
setCreationOptions(ServiceManagerConfiguration $options) : void
Parameters
- $options : ServiceManagerConfiguration