PHP Класс REBELinBLUE\Deployer\Console\Commands\ResetApp

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

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

Свойство Тип Описание
$description string The console command description.
$signature string The name and signature of the console command.

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

Метод Описание
handle ( ) : mixed Execute the console command.

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

Метод Описание
clearLogs ( ) Removes the log files.
resetDB ( ) Resets the database.

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

Метод Описание
verifyNotProduction ( ) : boolean Ensures that the command is running locally and in debugging mode.

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

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

Removes the log files.
protected clearLogs ( )

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

Execute the console command.
public handle ( ) : mixed
Результат mixed

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

Resets the database.
protected resetDB ( )

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

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

The console command description.
protected string $description
Результат string

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

The name and signature of the console command.
protected string $signature
Результат string