PHP Class App\Console\Commands\PluginUpdate

Inheritance: extends PluginCommand
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$description string The console command description.
$signature string php artisan plugin:install [--without-activate] []

Méthodes publiques

Méthode Description
__construct ( ) Create a new controller creator command instance.
fire ( PluginHandler $handler, PluginProvider $provider, ComposerFileWriter $writer ) : boolean | null Execute the console command.

Method Details

__construct() public méthode

Create a new controller creator command instance.
public __construct ( )

fire() public méthode

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
Résultat boolean | null

Property Details

$description protected_oe property

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

$signature protected_oe property

php artisan plugin:install [--without-activate] []
protected string $signature
Résultat string