Class InputFilterAbstractServiceFactory

Summary

Fully Qualified Name: Zend\InputFilter\InputFilterAbstractServiceFactory
Implements: AbstractFactoryInterface

Description

Methods

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

Method Details

__invoke()

Parameter Name Type Description
$services \ContainerInterface
$rName string
$options array

Returns: \InputFilterInterface

canCreate()

Parameter Name Type Description
$services \ContainerInterface
$rName string

Returns: bool

canCreateServiceWithName()

Determine if we can create a service with name (v2)

Parameter Name Type Description
$container \ServiceLocatorInterface
$requestedName
$name
$requestedName

Returns: bool

createServiceWithName()

Create the requested service (v2)

Parameter Name Type Description
$container \ServiceLocatorInterface
$cName string
$rName string

Returns: \InputFilterInterface

Top