12 lines
		
	
	
		
			216 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			216 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace ManiaControl\General;
 | |
| 
 | |
| /**
 | |
|  * Object implementing this Interface has a dump() Method
 | |
|  *
 | |
|  * @package ManiaControl\General
 | |
|  */
 | |
| interface UsageInformationAble {
 | |
| 	public function getUsageInformation();
 | |
| } |