added UsageInformationTrait / INterface + updated mindediversion
This commit is contained in:
12
core/General/UsageInformationAble.php
Normal file
12
core/General/UsageInformationAble.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace ManiaControl\General;
|
||||
|
||||
/**
|
||||
* Object implementing this Interface has a dump() Method
|
||||
*
|
||||
* @package ManiaControl\General
|
||||
*/
|
||||
interface UsageInformationAble {
|
||||
public function getUsage();
|
||||
}
|
Reference in New Issue
Block a user