PHP Класс App\Console\Commands\XeUpdate

Наследование: extends Illuminate\Console\Command, use trait ComposerRunTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$description string The console command description.
$migrations
$signature string php artisan xe:update [version] [--skip-download]

Открытые методы

Метод Описание
__construct ( ) Create a new controller creator command instance.
fire ( ComposerFileWriter $writer, InterceptionHandler $interceptionHandler ) : boolean | null Execute the console command.

Приватные методы

Метод Описание
markInstalled ( ) : void markInstalled
migrateCore ( $installedVersion, $newVersion ) : void migrateCore
printGuide ( )

Описание методов

__construct() публичный Метод

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

fire() публичный Метод

Execute the console command.
public fire ( ComposerFileWriter $writer, InterceptionHandler $interceptionHandler ) : boolean | null
$writer Xpressengine\Plugin\Composer\ComposerFileWriter
$interceptionHandler Xpressengine\Interception\InterceptionHandler
Результат boolean | null

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$migrations защищенное свойство

protected $migrations

$signature защищенное свойство

php artisan xe:update [version] [--skip-download]
protected string $signature
Результат string