PHP Class App\Console\Commands\PluginUninstall

Inheritance: extends PluginCommand
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$description string The console command description.
$signature string php artisan plugin:install [--without-activate] []

Public Methods

Method Description
fire ( PluginHandler $handler, PluginProvider $provider, ComposerFileWriter $writer ) : boolean | null Execute the console command.

Method Details

fire() public method

Execute the console command.
public fire ( PluginHandler $handler, PluginProvider $provider, ComposerFileWriter $writer ) : boolean | null
$handler Xpressengine\Plugin\PluginHandler
$provider Xpressengine\Plugin\PluginProvider
$writer Xpressengine\Plugin\Composer\ComposerFileWriter
return boolean | null

Property Details

$description protected property

The console command description.
protected string $description
return string

$signature protected property

php artisan plugin:install [--without-activate] []
protected string $signature
return string