glossary = $glossary; } /** * @return string */ public function getGlossary() { return $this->glossary; } /** * @param bool */ public function setIgnoreCase($ignoreCase) { $this->ignoreCase = $ignoreCase; } /** * @return bool */ public function getIgnoreCase() { return $this->ignoreCase; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TranslateTextGlossaryConfig::class, 'Google_Service_Translate_TranslateTextGlossaryConfig');