PropertyMappingValidator
in package
Validates a property mapping's input string.
Tags
Table of Contents
- $maxLength : mixed
- $numericValidator : mixed
- __construct() : mixed
- isValid() : mixed
Properties
$maxLength
private
mixed
$maxLength
$numericValidator
private
mixed
$numericValidator
Methods
__construct()
public
__construct(mixed $maxLength, mixed $numericValidator) : mixed
Parameters
- $maxLength : mixed
- $numericValidator : mixed
Return values
mixed —isValid()
public
isValid(mixed $input) : mixed
Parameters
- $input : mixed