PHP Class InfyOm\Generator\Commands\Publish\PublishTemplateCommand

Inheritance: extends PublishBaseCommand
Datei anzeigen Open project: infyomlabs/laravel-generator

Protected Properties

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

Public Methods

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

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.

Method Details

getArguments() protected method

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

getOptions() public method

Get the console command options.
public getOptions ( ) : array
return array

handle() public method

Execute the command.
public handle ( ) : void
return void

publishGeneratorTemplates() public method

Publishes templates.

publishScaffoldTemplates() public method

Publishes templates.

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$name protected_oe property

The console command name.
protected string $name
return string