PHP Class App\Console\Commands\PluginComposerSync

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:sync-composer

Méthodes publiques

Méthode Description
__construct ( ) Create a new controller creator command instance.
fire ( 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 ( ComposerFileWriter $writer ) : boolean | null
$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:sync-composer
protected string $signature
Résultat string