PHP Class Neos\Flow\Annotations\Validate

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Свойство 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.

Méthodes publiques

Méthode Description
__construct ( array $values )

Method Details

__construct() public méthode

public __construct ( array $values )
$values array

Property Details

$argumentName public_oe property

The name of the argument this annotation is attached to, if used on a method. (Can be given as anonymous argument.)
public string $argumentName
Résultat string

$options public_oe property

Options for the validator, validator-specific.
public array $options
Résultat array

$type public_oe property

The validator type, either a FQCN or a Flow validator class name.
public string $type
Résultat string

$validationGroups public_oe property

The validation groups for which this validator should be executed.
public array $validationGroups
Résultat array