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

Public Member Functions

 __invoke (ContainerInterface $services, $rName, array $options=null)
 
 canCreate (ContainerInterface $services, $rName)
 
 canCreateServiceWithName (ServiceLocatorInterface $container, $name, $requestedName)
 Determine if we can create a service with name (v2)
 
 createServiceWithName (ServiceLocatorInterface $container, $cName, $rName)
 Create the requested service (v2)
 

Protected Member Functions

 getInputFilterFactory (ContainerInterface $container)
 
 getFilterPluginManager (ContainerInterface $container)
 
 getValidatorPluginManager (ContainerInterface $container)
 

Protected Attributes

 $factory
 

Member Function Documentation

__invoke ( ContainerInterface  $services,
  $rName,
array  $options = null 
)
Parameters
ContainerInterface$services
string$rName
array$options
Returns
InputFilterInterface

Implements FactoryInterface.

canCreate ( ContainerInterface  $services,
  $rName 
)
Parameters
ContainerInterface$services
string$cName
string$rName
Returns
bool

Implements AbstractFactoryInterface.

canCreateServiceWithName ( ServiceLocatorInterface  $container,
  $name,
  $requestedName 
)

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

Parameters
ServiceLocatorInterface$container
$name
$requestedName
Returns
bool

Implements AbstractFactoryInterface.

createServiceWithName ( ServiceLocatorInterface  $container,
  $cName,
  $rName 
)

Create the requested service (v2)

Parameters
ServiceLocatorInterface$container
string$cName
string$rName
Returns
InputFilterInterface

Implements AbstractFactoryInterface.

getFilterPluginManager ( ContainerInterface  $container)
protected
Parameters
ContainerInterface$container
Returns
FilterPluginManager
getInputFilterFactory ( ContainerInterface  $container)
protected
Parameters
ContainerInterface$container
Returns
Factory
getValidatorPluginManager ( ContainerInterface  $container)
protected
Parameters
ContainerInterface$container
Returns
ValidatorPluginManager

Member Data Documentation

$factory
protected