PHP Интерфейс Neos\Flow\Validation\Validator\PolyTypeObjectValidatorInterface

Наследование: extends Neos\Flow\Validation\Validator\ObjectValidatorInterface
Показать файл Открыть проект

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

Метод Описание
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