extends |
Command |
|---|
| Methods | ||
|---|---|---|
public
|
handle()
|
# |
protected
|
showTree($depth)
|
# |
protected
|
showNode($node, $isLast)
|
# |
| Methods used from Illuminate\Console\Concerns\CallsCommands |
|---|
call(), callSilent(), callSilently(), runCommand(), createInputFromArguments(), context() |
| Methods used from Illuminate\Console\Concerns\HasParameters |
|---|
specifyParameters(), getArguments(), getOptions() |
| Methods used from Illuminate\Console\Concerns\InteractsWithSignals |
|---|
trap() |
| Methods used from Illuminate\Support\Traits\Macroable |
|---|
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call() |
| Constants inherited from Symfony\Component\Console\Command\Command |
|---|
|
| Properties | |||
|---|---|---|---|
protected
|
|
$signature = 'bonsai:show {model : The model class.}
{--label= : The property to use as label.}
{--depth= : The depth limit.}'
|
# |
protected
|
|
$description = 'Outputs the content of the table in tree form'
|
# |
protected
|
|
$model
|
# |
protected
|
|
$label
|
# |
protected
|
|
$currentDepth = 0
|
# |
protected
|
|
$flags = []
|
# |
| Properties inherited from Illuminate\Console\Command |
|---|
$laravel, $name, $help, $hidden, $isolated, $isolatedExitCode, $aliases |
| Properties used from Illuminate\Console\Concerns\InteractsWithIO |
|---|
$components, $input, $output, $verbosity, $verbosityMap |
| Properties used from Illuminate\Console\Concerns\InteractsWithSignals |
|---|
$signals |
| Properties used from Illuminate\Support\Traits\Macroable |
|---|
$macros |