PHP Class Nwidart\Modules\Commands\ListCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.

Public Methods

Method Description
fire ( ) : mixed Execute the console command.
getModules ( )
getRows ( ) : array Get table rows.

Protected Methods

Method Description
getOptions ( ) : array Get the console command options.

Method Details

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed

getModules() public method

public getModules ( )

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

getRows() public method

Get table rows.
public getRows ( ) : array
return array

Property Details

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string