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