PHP Class Nwidart\Modules\Commands\GenerateMailCommand

Inheritance: extends GeneratorCommand, use trait Nwidart\Modules\Traits\ModuleCommandTrait
Show file Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$argumentName
$description string The console command description.
$name string The console command name.

Public Methods

Method Description
getDefaultNamespace ( ) : string

Protected Methods

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

Private Methods

Method Description
getFileName ( ) : string

Method Details

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getDefaultNamespace() public method

public getDefaultNamespace ( ) : string
return string

getDestinationFilePath() protected method

Get the destination file path.
protected getDestinationFilePath ( ) : string
return string

getTemplateContents() protected method

Get template contents.
protected getTemplateContents ( ) : string
return string

Property Details

$argumentName protected property

protected $argumentName

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string