userAgent = $data['user_agent']; } else { if (defined('USER_AGENT')) { $this->userAgent = USER_AGENT; } } $this->mid = isset($mid) ? $mid : 2; } }