PHP Класс Nwidart\Modules\Commands\PublishCommand

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

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

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

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

Метод Описание
fire ( ) : mixed Execute the console command.
publish ( string $name ) Publish assets from the specified module.
publishAll ( ) Publish assets from all modules.

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

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

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

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

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

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

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

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

Publish assets from the specified module.
public publish ( string $name )
$name string

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

Publish assets from all modules.
public publishAll ( )

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

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

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

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

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