isQuiz = $isQuiz; } /** * @return bool */ public function getIsQuiz() { return $this->isQuiz; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QuizSettings::class, 'Google_Service_Forms_QuizSettings');