Method | Description | |
---|---|---|
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 |
return | boolean | TRUE if the target can be validated |
public getPriority ( ) : integer | ||
return | integer |