PHP Class App\Console\Commands\CacheClear

## 명령어 사용 php artisan cache --tables=tableName1,tableName2...
Author: XE Developers ([email protected])
Inheritance: extends Illuminate\Cache\Console\ClearCommand
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.

Méthodes publiques

Méthode Description
fire ( ) : void Execute the console command.

Method Details

fire() public méthode

Execute the console command.
public fire ( ) : void
Résultat void

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string