PHP Class App\Console\Commands\Schema

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

Protected Properties

Property Type Description
$databaseHandler Xpressengine\Database\DatabaseHandler
$description string
$name string

Public Methods

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

Protected Methods

Method Description
getOptions ( ) : array Get the console command options.

Method Details

__construct() public method

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

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

Property Details

$databaseHandler protected property

protected DatabaseHandler,Xpressengine\Database $databaseHandler
return Xpressengine\Database\DatabaseHandler

$description protected property

protected string $description
return string

$name protected property

protected string $name
return string