PHP Класс Devise\Support\Console\DeviseUpgradeCommand

Наследование: extends Command
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$io Command Input/output for this command

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

Свойство Тип Описание
$description Necessary to let people know, in case the name wasn't clear enough.
$name Name of the command.

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

Метод Описание
__construct ( Illuminate\Container\Container $app ) Setup the application container as we'll need this for running migrations.
handle ( ) Run the package migrations.

Защищенные методы

Метод Описание
askAboutDifferences ( [type] $difference ) : [type] Get list of differences
copyErrorViewsToApplication ( ) : void Copies the error pages over to the application
copyFiles ( [type] $files, [type] $target, [type] $source ) : [type] Copies all these files from target to source
copyPublicAssets ( ) : void Copies the public assets over to the application
io ( ) : [type] Makes an io connection

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

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

Setup the application container as we'll need this for running migrations.
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container

askAboutDifferences() защищенный Метод

Get list of differences
protected askAboutDifferences ( [type] $difference ) : [type]
$difference [type]
Результат [type]

copyErrorViewsToApplication() защищенный Метод

Copies the error pages over to the application
protected copyErrorViewsToApplication ( ) : void
Результат void

copyFiles() защищенный Метод

Copies all these files from target to source
protected copyFiles ( [type] $files, [type] $target, [type] $source ) : [type]
$files [type]
$target [type]
$source [type]
Результат [type]

copyPublicAssets() защищенный Метод

Copies the public assets over to the application
protected copyPublicAssets ( ) : void
Результат void

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

Run the package migrations.
public handle ( )

io() защищенный Метод

Makes an io connection
protected io ( ) : [type]
Результат [type]

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

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

Necessary to let people know, in case the name wasn't clear enough.
protected $description

$io публичное свойство

Input/output for this command
public Command $io
Результат Command

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

Name of the command.
protected $name