API DataValidator AbstractOtherFieldFilter - chsxf/mfx GitHub Wiki
AbstractOtherFieldFilter Class
abstract class AbstractOtherFieldFilter extends AbstractFilter
Summary
Description of a filter validating if the field matches another one
Since 1.0
Methods
__construct
public function __construct(Field|array $otherFields, ?string $message = null)
Constructor
Since 1.0
Parameters
Name | Type | Description |
---|---|---|
$otherFields |
`Field | array` |
$message |
string |
Error message |