Zend Framework  3.0
Namespaces | Classes | Functions | Variables
Zend\InputFilter Namespace Reference

Zend Framework (http://framework.zend.com/) More...

Namespaces

namespace  Exception
 Zend Framework (http://framework.zend.com/)
 

Classes

class  ArrayInput
 
class  BaseInputFilter
 
class  CollectionInputFilter
 
class  ConfigProvider
 
interface  EmptyContextInterface
 
class  Factory
 
class  FileInput
 FileInput is a special Input type for handling uploaded files. More...
 
class  Input
 
class  InputFilter
 
class  InputFilterAbstractServiceFactory
 
interface  InputFilterAwareInterface
 
interface  InputFilterInterface
 
class  InputFilterPluginManager
 Plugin manager implementation for input filters. More...
 
class  InputFilterPluginManagerFactory
 
interface  InputFilterProviderInterface
 
interface  InputInterface
 
interface  InputProviderInterface
 
class  Module
 
interface  ReplaceableInputInterface
 Mark an input as able to be replaced by another when merging input filters. More...
 
interface  UnknownInputsCapableInterface
 Implementors of this interface may report on the existence of unknown input, as well as retrieve all unknown values. More...
 

Functions

 setInputFilter (InputFilterInterface $inputFilter)
 Set input filter.
 
 getInputFilter ()
 Retrieve input filter.
 

Variables

trait InputFilterAwareTrait
 

Detailed Description

Zend Framework (http://framework.zend.com/)

for the canonical source repository Copyright (c) 2005-2016 Zend Technologies USA Inc. http://github.com/zendframework/zf2 for the canonical source repository Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License (http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License

Function Documentation

Zend\InputFilter\getInputFilter ( )

Retrieve input filter.

Returns
InputFilterInterface
Zend\InputFilter\setInputFilter ( InputFilterInterface  $inputFilter)

Set input filter.

Parameters
InputFilterInterface$inputFilter
Returns
mixed

Variable Documentation

trait InputFilterAwareTrait
Initial value:
{
protected $inputFilter = null