PHP 클래스 Neos\Flow\Annotations\ValidationGroups

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$validationGroups array The validation groups for which validation on this method should be executed. (Can be given as anonymous argument.)

공개 메소드들

메소드 설명
__construct ( array $values )

메소드 상세

__construct() 공개 메소드

public __construct ( array $values )
$values array

프로퍼티 상세

$validationGroups 공개적으로 프로퍼티

The validation groups for which validation on this method should be executed. (Can be given as anonymous argument.)
public array $validationGroups
리턴 array