PHP Class Encore\Admin\Commands\UninstallCommand

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: z-song/laravel-admin

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.

Méthodes protégées

Méthode Description
removeFilesAndDirectories ( ) : void Remove files and directories.

Method Details

fire() public méthode

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

removeFilesAndDirectories() protected méthode

Remove files and directories.
protected removeFilesAndDirectories ( ) : 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