session = $this->login_check(); } private function getModel(): UserModel { if ($this->_model === null) { $this->_model = new UserModel(); } return $this->_model; } }