enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setPlugin($plugin) { $this->plugin = $plugin; } /** * @return string */ public function getPlugin() { return $this->plugin; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MySqlPlugin::class, 'Google_Service_MigrationCenterAPI_MySqlPlugin');