error = 'Invalid values'; return false; } return true; } /** * Shall return an error description if any * * @return string A description of the error */ public function getError() { return $this->error; } }