Interface ReplaceableInputInterface

Summary

Fully Qualified Name: Zend\InputFilter\ReplaceableInputInterface

Description

Mark an input as able to be replaced by another when merging input filters.

Methods

Name Description Defined By
replace() ReplaceableInputInterface

Method Details

replace()

Parameter Name Type Description
$name
$input
$name

Returns: self

Top