Doctrine\OrientDB\Query\Validator\ValidatorInterface::check PHP Method

check() public method

Cleans ad returns the polished $value.
public check ( mixed $value ) : mixed
$value mixed
return mixed
    public function check($value);
ValidatorInterface