Licson Lee says to YSITD
$this->id = intval($request->server->get('LAST_EVENT_ID', 0)); 不就可以變成 $this->id = $request->server->getInt('LAST_EVENT_ID', 0);