name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setTheme($theme) { $this->theme = $theme; } /** * @return string */ public function getTheme() { return $this->theme; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleExampleLibraryagentV1Shelf::class, 'Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf');