buttons = $buttons; } /** * @return AppsDynamiteSharedButton[] */ public function getButtons() { return $this->buttons; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedButtonList::class, 'Google_Service_CloudSearch_AppsDynamiteSharedButtonList');