PHP Class App\Console\Commands\Schema

## 명령어 사용 php artisan db:schema-cache --tables=tableName1,tableName2...
Author: XE Developers ([email protected])
Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Свойство Type Description
$databaseHandler Xpressengine\Database\DatabaseHandler
$description string
$name string

Méthodes publiques

Méthode Description
__construct ( DatabaseHandler $databaseHandler ) Create a new command instance.
fire ( ) : mixed Execute the console command.

Méthodes protégées

Méthode Description
getOptions ( ) : array Get the console command options.

Method Details

__construct() public méthode

Create a new command instance.
public __construct ( DatabaseHandler $databaseHandler )
$databaseHandler Xpressengine\Database\DatabaseHandler database handler

fire() public méthode

Execute the console command.
public fire ( ) : mixed
Résultat mixed

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

Property Details

$databaseHandler protected_oe property

protected DatabaseHandler,Xpressengine\Database $databaseHandler
Résultat Xpressengine\Database\DatabaseHandler

$description protected_oe property

protected string $description
Résultat string

$name protected_oe property

protected string $name
Résultat string