supportedRoutes = $supportedRoutes; } /** * @return HomeGraphCommonRoute[] */ public function getSupportedRoutes() { return $this->supportedRoutes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HomeGraphCommonRoutingTable::class, 'Google_Service_Contentwarehouse_HomeGraphCommonRoutingTable');