PHP Класс App\Console\Commands\StorageOptimize

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

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

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

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

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

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

Метод Описание
intercept ( )
output ( )

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

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

Create a new command instance.
public __construct ( Storage $storage )
$storage Xpressengine\Storage\Storage Storage instance

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

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

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

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

protected $bag

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

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

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

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

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

protected $storage