PHP 인터페이스 Neos\Flow\Validation\Validator\PolyTypeObjectValidatorInterface

상속: extends Neos\Flow\Validation\Validator\ObjectValidatorInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
canValidate ( mixed $target ) : boolean Checks the given target can be validated by the validator implementation.
getPriority ( ) : integer Return the priority of this validator.

메소드 상세

canValidate() 공개 메소드

Checks the given target can be validated by the validator implementation.
public canValidate ( mixed $target ) : boolean
$target mixed The object or class name to be checked
리턴 boolean TRUE if the target can be validated

getPriority() 공개 메소드

Validators with a high priority are chosen before low priority and only one of multiple capable validators will be used.
public getPriority ( ) : integer
리턴 integer