PHP Class InfyOm\Generator\Commands\Publish\PublishTemplateCommand

Inheritance: extends PublishBaseCommand
Afficher le fichier Open project: infyomlabs/laravel-generator

Protected Properties

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

Méthodes publiques

Méthode Description
getOptions ( ) : array Get the console command options.
handle ( ) : void Execute the command.
publishGeneratorTemplates ( ) Publishes templates.
publishScaffoldTemplates ( ) Publishes templates.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.

Method Details

getArguments() protected méthode

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

getOptions() public méthode

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

handle() public méthode

Execute the command.
public handle ( ) : void
Résultat void

publishGeneratorTemplates() public méthode

Publishes templates.

publishScaffoldTemplates() public méthode

Publishes templates.

Property Details

$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