last_msg = $msg; } public function warning($msg) { $this->last_msg = $msg; } public function error($msg) { $this->last_msg = $msg; } }