name = $name; } public function getName() { return $this->name; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } /** * @param GoogleSearchIdeahubV1alphaTopic[] */ public function setTopics($topics) { $this->topics = $topics; } /** * @return GoogleSearchIdeahubV1alphaTopic[] */ public function getTopics() { return $this->topics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSearchIdeahubV1alphaIdea::class, 'Google_Service_Ideahub_GoogleSearchIdeahubV1alphaIdea');