PHP Класс InfyOm\Generator\Commands\Publish\LayoutPublishCommand

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

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

Свойство Тип Описание
$description string The console command description.
$laravelVersion string Laravel Application version.
$name string The console command name.

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

Метод Описание
getOptions ( ) : array Get the console command options.
handle ( ) : void Execute the command.

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

Метод Описание
getArguments ( ) : array Get the console command arguments.

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

Метод Описание
copyView ( )
createDirectories ( $viewsPath )
fillTemplate ( string $templateData ) : string Replaces dynamic variables of template.
getLaravel51Views ( )
getLaravel52Views ( )
getViews ( )
publishHomeController ( )
updateRoutes ( )

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

getArguments() защищенный метод

Get the console command arguments.
protected getArguments ( ) : array
Результат array

getOptions() публичный метод

Get the console command options.
public getOptions ( ) : array
Результат array

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

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

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

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

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

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

Laravel Application version.
protected string $laravelVersion
Результат string

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

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