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

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

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

Свойство Тип Описание
$description string The console command description.
$log Rubenwouters\CrmLauncher\Models\Log Contact implementation
$signature string The name and signature of the console command.
$update Rubenwouters\CrmLauncher\Updates\UpdateAllCases Contact implementation

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

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

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

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

Create a new command instance.
public __construct ( Log $log, UpdateAllCases $update ) : void
$log Rubenwouters\CrmLauncher\Models\Log
$update Rubenwouters\CrmLauncher\Updates\UpdateAllCases
Результат void

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

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

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

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

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

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

Contact implementation
protected Log,Rubenwouters\CrmLauncher\Models $log
Результат Rubenwouters\CrmLauncher\Models\Log

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

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

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

Contact implementation
protected UpdateAllCases,Rubenwouters\CrmLauncher\Updates $update
Результат Rubenwouters\CrmLauncher\Updates\UpdateAllCases