plugin interface id

This commit is contained in:
Steffen Schröder
2013-12-09 10:04:22 +01:00
parent 53f568847f
commit 88f5239965
7 changed files with 70 additions and 9 deletions

View File

@ -22,6 +22,13 @@ interface Plugin {
*/
public function __construct(ManiaControl $maniaControl);
/**
* Get plugin id
*
* @return int
*/
public static function getId();
/**
* Get Plugin Name
*