PHP Class App\Console\Commands\XeUpdate

Inheritance: extends Illuminate\Console\Command, use trait ComposerRunTrait
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$description string The console command description.
$migrations
$signature string php artisan xe:update [version] [--skip-download]

Public Methods

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

Private Methods

Method Description
markInstalled ( ) : void markInstalled
migrateCore ( $installedVersion, $newVersion ) : void migrateCore
printGuide ( )

Method Details

__construct() public method

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

fire() public method

Execute the console command.
public fire ( ComposerFileWriter $writer, InterceptionHandler $interceptionHandler ) : boolean | null
$writer Xpressengine\Plugin\Composer\ComposerFileWriter
$interceptionHandler Xpressengine\Interception\InterceptionHandler
return boolean | null

Property Details

$description protected property

The console command description.
protected string $description
return string

$migrations protected property

protected $migrations

$signature protected property

php artisan xe:update [version] [--skip-download]
protected string $signature
return string