PHP Класс Evercode1\ViewMaker\MakeMaster

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

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

Свойство Тип Описание
$appName
$description string The console command description.
$files
$masterName
$signature string The name and signature of the console command.

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

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

Приватные методы

Метод Описание
getMasterTemplate ( $appName, $fileName, $masterName )
makeLayoutsFolder ( )
makeMasterFiles ( )
sendSuccessMessage ( )
setFileNamesAndPaths ( )
writeEachMasterFile ( $appName, array $files )

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

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

Create a new command instance.
public __construct ( ) : void
Результат void

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

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

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

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

protected $appName

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

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

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

protected $files

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

protected $masterName

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

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