NORMAL
NORMAL
Color indices
Console class
setWidth(integer $width) : \Pop\Console\Console
Set the wrap width of the console object
| integer | $width |
setIndent(string $indent = null) : \Pop\Console\Console
Set the indentation of the console object
| string | $indent |
addCommand(\Pop\Console\Command $command) : \Pop\Console\Console
Add a command
| \Pop\Console\Command | $command |
addCommands(array $commands) : \Pop\Console\Console
Add commands
| array | $commands |
getCommand(string $command) : \Pop\Console\Command
Get a command
| string | $command |
append(string $text = null, boolean $newline = true) : \Pop\Console\Console
Append a string of text to the response body
| string | $text | |
| boolean | $newline |
write(string $text = null, boolean $newline = true) : \Pop\Console\Console
Write a string of text to the response body and send the response
| string | $text | |
| boolean | $newline |
send() : \Pop\Console\Console
Send the response