PHP Класс Stolz\Assets\Laravel\FlushPipelineCommand

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

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

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

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

Метод Описание
__construct ( ) : void Class constructor.
fire ( ) : void Execute the console command.

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

Метод Описание
getOptions ( ) : array Get the console command options.
getPipelineDirectories ( ) : array Get the pipeline directories of the groups.
purgeDir ( string $directory ) : boolean Remove the contents of a given directory.

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

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

Class constructor.
public __construct ( ) : void
Результат void

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

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

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

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

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

Get the pipeline directories of the groups.
protected getPipelineDirectories ( ) : array
Результат array

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

Remove the contents of a given directory.
protected purgeDir ( string $directory ) : boolean
$directory string
Результат boolean

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

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

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

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

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