PHP Class Nwidart\Modules\Commands\SeedMakeCommand

Inheritance: extends GeneratorCommand, use trait Nwidart\Modules\Traits\ModuleCommandTrait, use trait Nwidart\Modules\Traits\CanClearModulesCache
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 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
getSeederName ( ) : string Get seeder name.

Method Details

getArguments() protected méthode

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

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

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