Ver originalpublic function __get($nombre) { return $this->$nombre; //alternativa: //return "Ingresa {$this->$nombre}"; }