PHP Class Nwidart\Modules\Commands\GenerateJobCommand

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
getDefaultNamespace ( ) : string

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getDestinationFilePath ( ) : string Get the destination file path.
getTemplateContents ( ) : string Get template contents.

Private Methods

Méthode Description
getFileName ( ) : string

Method Details

getArguments() protected méthode

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

getDefaultNamespace() public méthode

public getDefaultNamespace ( ) : string
Résultat string

getDestinationFilePath() protected méthode

Get the destination file path.
protected getDestinationFilePath ( ) : string
Résultat string

getTemplateContents() protected méthode

Get template contents.
protected getTemplateContents ( ) : string
Résultat string

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