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

By default no validation will be executed for the given argument. To gather validation results for further processing, the "evaluate" option can be set to true (while still ignoring any validation error).
Показать файл Открыть проект

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

Свойство Тип Описание
$argumentName string Name of the argument to skip validation for. (Can be given as anonymous argument.)
$evaluate boolean Whether to evaluate the validation results of the argument

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

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

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

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

public __construct ( array $values )
$values array

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

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

Name of the argument to skip validation for. (Can be given as anonymous argument.)
public string $argumentName
Результат string

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

Whether to evaluate the validation results of the argument
public bool $evaluate
Результат boolean