PHP Class Nwidart\Modules\Commands\GenerateListenerCommand

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
fire ( )

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getDestinationFilePath ( )
getEventName ( Module $module )
getFileName ( ) : string
getOptions ( ) : array Get the console command options.
getTemplateContents ( )

Private Methods

Méthode Description
getNamespace ( $module )

Method Details

fire() public méthode

public fire ( )

getArguments() protected méthode

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

getDestinationFilePath() protected méthode

protected getDestinationFilePath ( )

getEventName() protected méthode

protected getEventName ( Module $module )
$module Nwidart\Modules\Module

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() protected méthode

protected 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