PHP Class JeroenG\Packager\PackagerNewCommand

Author: JeroenG
Inheritance: extends Illuminate\Console\Command
Datei anzeigen Open project: jeroen-g/laravel-packager

Protected Properties

Property Type Description
$description string The console command description.
$helper object Packager helper class.
$signature string The name and signature of the console command.

Public Methods

Method Description
__construct ( JeroenG\Packager\PackagerHelper $helper ) : void Create a new command instance.
handle ( ) : mixed Execute the console command.

Protected Methods

Method Description
interactiveReplace ( $vendor, $name, $fullPath )

Method Details

__construct() public method

Create a new command instance.
public __construct ( JeroenG\Packager\PackagerHelper $helper ) : void
$helper JeroenG\Packager\PackagerHelper
return void

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed

interactiveReplace() protected method

protected interactiveReplace ( $vendor, $name, $fullPath )

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$helper protected_oe property

Packager helper class.
protected object $helper
return object

$signature protected_oe property

The name and signature of the console command.
protected string $signature
return string