PHP Класс Laravelista\LumenVendorPublish\VendorPublishCommand

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

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

Свойство Тип Описание
$description string The console command description.
$files Illuminate\Filesystem\Filesystem The filesystem instance.
$signature string The console command signature.

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

Метод Описание
__construct ( Illuminate\Filesystem\Filesystem $files ) : void Create a new command instance.
fire ( ) : void Execute the console command.

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

Метод Описание
createParentDirectory ( string $directory ) : void Create the directory to house the published files if needed.
publishDirectory ( string $from, string $to ) : void Publish the directory to the given directory.
publishFile ( string $from, string $to ) : void Publish the file to the given path.
status ( string $from, string $to, string $type ) : void Write a status message to the console.

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

Метод Описание
publishTag ( string $tag ) : mixed Publishes the assets for a tag.

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

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

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

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

Create the directory to house the published files if needed.
protected createParentDirectory ( string $directory ) : void
$directory string
Результат void

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

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

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

Publish the directory to the given directory.
protected publishDirectory ( string $from, string $to ) : void
$from string
$to string
Результат void

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

Publish the file to the given path.
protected publishFile ( string $from, string $to ) : void
$from string
$to string
Результат void

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

Write a status message to the console.
protected status ( string $from, string $to, string $type ) : void
$from string
$to string
$type string
Результат void

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

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

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

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

The filesystem instance.
protected Filesystem,Illuminate\Filesystem $files
Результат Illuminate\Filesystem\Filesystem

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

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