PHP Класс JeroenG\Packager\PackagerNewCommand

Автор: JeroenG
Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$description string The console command description.
$helper object Packager helper class.
$signature string The name and signature of the console command.

Открытые методы

Метод Описание
__construct ( JeroenG\Packager\PackagerHelper $helper ) : void Create a new command instance.
handle ( ) : mixed Execute the console command.

Защищенные методы

Метод Описание
interactiveReplace ( $vendor, $name, $fullPath )

Описание методов

__construct() публичный Метод

Create a new command instance.
public __construct ( JeroenG\Packager\PackagerHelper $helper ) : void
$helper JeroenG\Packager\PackagerHelper
Результат void

handle() публичный Метод

Execute the console command.
public handle ( ) : mixed
Результат mixed

interactiveReplace() защищенный Метод

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

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$helper защищенное свойство

Packager helper class.
protected object $helper
Результат object

$signature защищенное свойство

The name and signature of the console command.
protected string $signature
Результат string