Set default filter chain to use
| Parameters: | FilterChain – |
|---|---|
| Return type: | Factory |
Get default filter chain, if any
| Return type: | null|FilterChain |
|---|
Clear the default filter chain (i.e., don’t inject one into new inputs)
| Return type: | void |
|---|
Set default validator chain to use
| Parameters: | ValidatorChain – |
|---|---|
| Return type: | Factory |
Get default validator chain, if any
| Return type: | null|ValidatorChain |
|---|
Clear the default validator chain (i.e., don’t inject one into new inputs)
| Return type: | void |
|---|
Factory for input objects
| Parameters: | array|Traversable – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Throws ExceptionRuntimeException: | |
| Return type: | InputInterface|InputFilterInterface |