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

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

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

Свойство Тип Описание
$Schema null [$Schema description]

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

Свойство Тип Описание
$description Description of reset-project command
$excludeTables array [$excludeTables description]
$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.

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

Метод Описание
Schema ( ) Schema

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

Метод Описание
askAboutExcludingUsersTable ( boolean $default = 'yes' ) : boolean Prompt for asking which tables to include in excludeTables array
askAboutRefreshingDatabase ( boolean $default = 'yes' ) : boolean Prompt for wiping and re-populating the current database
dropDatabaseTables ( ) : Void Truncates all tables in current database except for any listed in the class property excludeTables.

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

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

Schema
protected Schema ( )

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

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

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

Run the package migrations.
public handle ( )

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

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

[$Schema description]
public null $Schema
Результат null

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

Description of reset-project command
protected $description

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

[$excludeTables description]
protected array $excludeTables
Результат array

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

Name of the command.
protected $name