$rowCollectionEditor
$rowCollectionEditor : \Dewdrop\Fields\RowCollectionEditor
The RowCollectionEditor we're validating.
A factory to generate a \Zend\InputFilter\Input object to validate your RowCollectionEditor prior to saving.
$rowCollectionEditor : \Dewdrop\Fields\RowCollectionEditor
The RowCollectionEditor we're validating.
__construct(\Dewdrop\Fields\RowCollectionEditor $rowCollectionEditor)
Supply the RowCollectionEditor object.
\Dewdrop\Fields\RowCollectionEditor | $rowCollectionEditor |
createInstance() : \Zend\InputFilter\Input
Create the Input instance.
We specify that validation should continue if the input is empty because the RowCollectionEditor itself won't every receive a value. It is just iterating over its own editors and setting values/validating them each.