request->userId)) { $this->userId = (int) $this->request->userId; } if (isset($this->request->userInfo) && is_array($this->request->userInfo)) { $this->userInfo = $this->request->userInfo; } $this->export = $this->request->get('export', ''); } }