Method |
Description |
|
_methods ( string $class, array $options = [] ) : array |
Get the methods for the class. |
|
_pad ( string $message, integer | string $level = 1 ) : string |
Add left padding for prettier display. |
|
_properties ( string $class, array $options = [] ) : array |
Get the properties for the class. |
|
_render ( array $params ) : void |
Output the formatted properties or methods. |
|
_renderCommands ( ) : void |
Output the formatted available commands. |
|
_renderDescription ( array $info ) : void |
Output the formatted command description. |
|
_renderUsage ( string $command, array $method, array $properties = [] ) : void |
Output the formatted usage. |
|