\App\Modules\Admin\ConsoleAutoTableBuild

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
No constants found
getArguments()
getOptions()
$signature
$description
$model_lists
N/A
No private methods found
No private properties found
N/A

Properties

$signature

$signature : string

The name and signature of the console command.

Type

string

$description

$description : string

The console command description.

Type

string

$model_lists

$model_lists : 

Type

Methods

__construct()

__construct() : void

Create a new command instance.

handle()

handle() : mixed

Execute the console command.

Returns

mixed

getArguments()

getArguments() : array

Get the console command arguments.

Returns

array

getOptions()

getOptions() : array

Get the console command options.

Returns

array