maniaControl = $maniaControl; $serverLogin = $this->maniaControl->server->login; } /** * Unload the plugin and its resources */ public function unload() { unset($this->maniaControl); } /** * Get plugin id * * @return int */ public static function getId() { // TODO: Implement getId() method. } /** * Get Plugin Name * * @return string */ public static function getName() { return "karmatest"; } /** * Get Plugin Version * * @return float */ public static function getVersion() { // TODO: Implement getVersion() method. } /** * Get Plugin Author * * @return string */ public static function getAuthor() { // TODO: Implement getAuthor() method. } /** * Get Plugin Description * * @return string */ public static function getDescription() { // TODO: Implement getDescription() method. } }