bcp47Tag = $bcp47Tag; } /** * @return string */ public function getBcp47Tag() { return $this->bcp47Tag; } /** * @param float */ public function setWeight($weight) { $this->weight = $weight; } /** * @return float */ public function getWeight() { return $this->weight; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoodocLanguageCombinationLanguage::class, 'Google_Service_Contentwarehouse_GoodocLanguageCombinationLanguage');