terms = $terms; } /** * @return GlossaryTerm[] */ public function getTerms() { return $this->terms; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GlossaryTermsSet::class, 'Google_Service_Translate_GlossaryTermsSet');