Neos\Flow\Validation\Validator\PolyTypeObjectValidatorInterface::canValidate PHP Method

canValidate() public method

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
return boolean TRUE if the target can be validated
    public function canValidate($target);
PolyTypeObjectValidatorInterface