PHP Class Rubenwouters\CrmLauncher\Commands\UpdateCases

Inheritance: extends Illuminate\Console\Command
Show file Open project: rubenwouters/crm-launcher

Protected Properties

Property Type Description
$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

Public Methods

Method Description
__construct ( Log $log, UpdateAllCases $update ) : void Create a new command instance.
handle ( ) : mixed Execute the console command.

Method Details

__construct() public method

Create a new command instance.
public __construct ( Log $log, UpdateAllCases $update ) : void
$log Rubenwouters\CrmLauncher\Models\Log
$update Rubenwouters\CrmLauncher\Updates\UpdateAllCases
return void

handle() public method

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

Property Details

$description protected property

The console command description.
protected string $description
return string

$log protected property

Contact implementation
protected Log,Rubenwouters\CrmLauncher\Models $log
return Rubenwouters\CrmLauncher\Models\Log

$signature protected property

The name and signature of the console command.
protected string $signature
return string

$update protected property

Contact implementation
protected UpdateAllCases,Rubenwouters\CrmLauncher\Updates $update
return Rubenwouters\CrmLauncher\Updates\UpdateAllCases