PHP Класс Rubenwouters\CrmLauncher\Commands\ResetNotified

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

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

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

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

Метод Описание
__construct ( Configuration $config ) : void Create a new command instance.
handle ( ) : mixed Execute the console command.

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

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

Create a new command instance.
public __construct ( Configuration $config ) : void
$config Rubenwouters\CrmLauncher\Models\Configuration
Результат void

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

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

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

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

protected Configuration,Rubenwouters\CrmLauncher\Models $config
Результат Rubenwouters\CrmLauncher\Models\Configuration

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

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

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

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