renamed the new usageinformation method
This commit is contained in:
@ -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