hostAppName = $hostAppName; } /** * @return string */ public function getHostAppName() { return $this->hostAppName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoHostAppInfo::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoHostAppInfo');