PHP Класс Neos\Flow\Annotations\Validate

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
__construct ( array $values )

Описание методов

__construct() публичный Метод

public __construct ( array $values )
$values array

Описание свойств

$argumentName публичное свойство

The name of the argument this annotation is attached to, if used on a method. (Can be given as anonymous argument.)
public string $argumentName
Результат string

$options публичное свойство

Options for the validator, validator-specific.
public array $options
Результат array

$type публичное свойство

The validator type, either a FQCN or a Flow validator class name.
public string $type
Результат string

$validationGroups публичное свойство

The validation groups for which this validator should be executed.
public array $validationGroups
Результат array