pronunciation = $pronunciation; } /** * @return SocialGraphApiProtoPronunciation[] */ public function getPronunciation() { return $this->pronunciation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoPronunciations::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoPronunciations');