renamed the new usageinformation method
This commit is contained in:
		| @@ -8,5 +8,5 @@ namespace ManiaControl\General; | ||||
|  * @package ManiaControl\General | ||||
|  */ | ||||
| interface UsageInformationAble { | ||||
| 	public function getUsage(); | ||||
| 	public function getUsageInformation(); | ||||
| } | ||||
| @@ -13,7 +13,7 @@ trait UsageInformationTrait { | ||||
| 	/** | ||||
| 	 * Gets Information about the Class, and a List of the Public Method | ||||
| 	 */ | ||||
| 	public function getUsage() { | ||||
| 	public function getUsageInformation() { | ||||
| 		$reflection = new ReflectionClass(get_class($this)); | ||||
| 		echo $reflection->getDocComment(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user