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

@ -1,14 +1,12 @@
<?php
/**
* Created by PhpStorm.
* User: Lukas
* Date: 24. Mär. 2017
* Time: 21:58
*/
namespace ManiaControl\General;
/**
* Object implementing this Interface has a dump() Method
*
* @package ManiaControl\General
*/
interface Dumpable {
public function dump();
}