PHP Class Nwidart\Modules\Commands\GenerateProviderCommand

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

Protected Properties

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

Méthodes publiques

Méthode Description
getDefaultNamespace ( ) : string Get default namespace.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getDestinationFilePath ( ) : mixed
getOptions ( ) : array Get the console command options.
getTemplateContents ( ) : mixed

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

Get default namespace.
public getDefaultNamespace ( ) : string
Résultat string

getDestinationFilePath() protected méthode

protected getDestinationFilePath ( ) : mixed
Résultat mixed

getOptions() protected méthode

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

getTemplateContents() protected méthode

protected getTemplateContents ( ) : mixed
Résultat mixed

Property Details

$argumentName protected_oe property

The name of argument name.
protected string $argumentName
Résultat string

$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