started with plugin class

This commit is contained in:
kremsy
2013-11-09 12:20:38 +01:00
parent 40b5e94ec3
commit 1abbbdb9eb
15 changed files with 444 additions and 17 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace mControl;
namespace ManiaControl;
/**
* Class plugin parent class for all plugins
@ -30,14 +30,6 @@ namespace mControl;
$this->updateUrl = '';
}
/*
public function __construct($mControl, $name, $version, $author, $updateUrl = ''){
$this->mControl = $mControl;
$this->name = $name;
$this->version = $version;
$this->author = $author;
$this->updateUrl = $updateUrl;
}*/
/**
* Reserves manialinks on the ManialinkIdHandler