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

## 명령어 사용 php artisan cache --tables=tableName1,tableName2...
Автор: XE Developers ([email protected])
Наследование: extends Illuminate\Cache\Console\ClearCommand
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

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

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