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).
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$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