Neos\Flow\Validation\Validator\PolyTypeObjectValidatorInterface::getPriority PHP 메소드

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
    public function getPriority();
PolyTypeObjectValidatorInterface