Property | Type | Description | |
---|---|---|---|
$argumentName | string | The name of the argument this annotation is attached to, if used on a method. (Can be given as anonymous argument.) | |
$options | array | Options for the validator, validator-specific. | |
$type | string | The validator type, either a FQCN or a Flow validator class name. | |
$validationGroups | array | The validation groups for which this validator should be executed. |
Method | Description | |
---|---|---|
__construct ( array $values ) |
public string $argumentName | ||
return | string |
public array $options | ||
return | array |
public string $type | ||
return | string |
public array $validationGroups | ||
return | array |