PHP Class Nwidart\Modules\Commands\GenerateEventCommand

Inheritance: extends GeneratorCommand, use trait Nwidart\Modules\Traits\ModuleCommandTrait
Afficher le fichier Open project: nwidart/laravel-modules

Protected Properties

Свойство Type Description
$argumentName
$description string The console command description.
$name string The console command name.

Méthodes publiques

Méthode Description
getDestinationFilePath ( )
getTemplateContents ( )

Méthodes protégées

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

Method Details

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getDestinationFilePath() public méthode

getFileName() protected méthode

protected getFileName ( ) : string
Résultat string

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

getTemplateContents() public méthode

public getTemplateContents ( )

Property Details

$argumentName protected_oe property

protected $argumentName

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string