added UsageInformationTrait / INterface + updated mindediversion

This commit is contained in:
kremsy
2017-03-26 12:56:44 +02:00
parent de3bae9029
commit 46daaee61a
7 changed files with 81 additions and 55 deletions

View 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();
}