SlimsStatus
class SlimsStatus extends Command
Traits
Properties
| protected string | $name | Command name |
from Command |
| protected string | $description | Command description |
|
| protected string | $help | Write your help word with this property |
from Command |
| protected string | $signature | Signature is combination of command name argument and options |
|
| protected | $io | Input and Output interface property |
from Command |
| protected | $input | from Command | |
| protected | $output | from Command | |
| protected | $terminal | cli Interface property |
from Command |
Methods
void
handle()
Handle command process
Details
in
Utils at line 18
options()
No description
in
Utils at line 24
option(string $key)
No description
in
Utils at line 29
arguments()
No description
in
Utils at line 34
argument(string $key)
No description
in
Utils at line 39
command(string $commandName, array $arguments)
No description
in
Utils at line 45
output(string $content)
No description
in
Utils at line 50
success(string $content)
No description
in
Utils at line 55
info(string $content)
No description
in
Utils at line 60
error(string $content)
No description
in
Utils at line 65
newLine()
No description
in
Utils at line 70
justify(array $word, string $separator = '.')
No description
in
Utils at line 79
json($content)
No description
in
Utils at line 84
table(array $header, array $data)
No description
in
Command at line 68
protected int
execute(InputInterface $input, OutputInterface $output)
No description
at line 38
void
handle()
Handle command process
in
Command at line 91
protected void
configure()
Command configuration, setup your description, name, argument, options etc