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