Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
App
Console
Commands
CacheClear
PHP Класс App\Console\Commands\CacheClear
## 명령어 사용
php artisan cache --tables=tableName1,tableName2...
См. ссылку:
https://xpressengine.io
Автор:
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