$iv = new InputValidator();$iv->setMethod($_GET);$iv->isEmpty('user', 'El campo "Usuario" no puede estar vacío.');