Метод | Описание | |
---|---|---|
canValidate ( mixed $target ) : boolean | Checks the given target can be validated by the validator implementation. | |
getPriority ( ) : integer | Return the priority of this validator. |
public canValidate ( mixed $target ) : boolean | ||
$target | mixed | The object or class name to be checked |
Результат | boolean | TRUE if the target can be validated |
public getPriority ( ) : integer | ||
Результат | integer |