PHP Class Nwidart\Modules\Commands\GenerateEventCommand

Inheritance: extends GeneratorCommand, use trait Nwidart\Modules\Traits\ModuleCommandTrait
Show file Open project: nwidart/laravel-modules

Protected Properties

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

Public Methods

Method Description
getDestinationFilePath ( )
getTemplateContents ( )

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.
getFileName ( ) : string
getOptions ( ) : array Get the console command options.

Method Details

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getDestinationFilePath() public method

getFileName() protected method

protected getFileName ( ) : string
return string

getOptions() protected method

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

getTemplateContents() public method

public getTemplateContents ( )

Property Details

$argumentName protected property

protected $argumentName

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string