pronounEntry = $pronounEntry; } /** * @return SocialGraphApiProtoPronounEntry[] */ public function getPronounEntry() { return $this->pronounEntry; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoPronounData::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoPronounData');