PHP Class App\Console\Commands\XeUpdate

Inheritance: extends Illuminate\Console\Command, use trait ComposerRunTrait
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$description string The console command description.
$migrations
$signature string php artisan xe:update [version] [--skip-download]

Méthodes publiques

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

Private Methods

Méthode Description
markInstalled ( ) : void markInstalled
migrateCore ( $installedVersion, $newVersion ) : void migrateCore
printGuide ( )

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, InterceptionHandler $interceptionHandler ) : boolean | null
$writer Xpressengine\Plugin\Composer\ComposerFileWriter
$interceptionHandler Xpressengine\Interception\InterceptionHandler
Résultat boolean | null

Property Details

$description protected_oe property

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

$migrations protected_oe property

protected $migrations

$signature protected_oe property

php artisan xe:update [version] [--skip-download]
protected string $signature
Résultat string