| Fully Qualified Name: | Laminas\InputFilter\InputFilterAbstractServiceFactory |
| Implements: | AbstractFactoryInterface |
| Name | Description | Defined By |
|---|---|---|
| __invoke() | InputFilterAbstractServiceFactory | |
| canCreate() | InputFilterAbstractServiceFactory | |
| canCreateServiceWithName() | Determine if we can create a service with name (v2) | InputFilterAbstractServiceFactory |
| createServiceWithName() | Create the requested service (v2) | InputFilterAbstractServiceFactory |
| Parameter Name | Type | Description |
|---|---|---|
| $services | \ContainerInterface | |
| $rName | string | |
| $options | array |
Returns: \InputFilterInterface
| Parameter Name | Type | Description |
|---|---|---|
| $services | \ContainerInterface | |
| $rName | string |
Returns: bool
Determine if we can create a service with name (v2)
| Parameter Name | Type | Description |
|---|---|---|
| $container | \ServiceLocatorInterface | |
| $requestedName | ||
| $name | ||
| $requestedName |
Returns: bool
Create the requested service (v2)
| Parameter Name | Type | Description |
|---|---|---|
| $container | \ServiceLocatorInterface | |
| $cName | string | |
| $rName | string |
Returns: \InputFilterInterface