PHP 클래스 Devise\Support\Console\DeviseResetCommand

상속: extends Command
파일 보기 프로젝트 열기: devisephp/cms

공개 프로퍼티들

프로퍼티 타입 설명
$Schema null [$Schema description]

보호된 프로퍼티들

프로퍼티 타입 설명
$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