GetCardit
extends Command
in package
Table of Contents
- PRIORITY = ['cardit' => 0, 'precon' => 1, 'mrd' => 2, 'mld' => 3, 'fsu' => 4, 'iftsta' => 5]
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
- __construct() : void
- Create a new command instance.
- handle() : mixed
- Execute the console command.
Constants
PRIORITY
public
mixed
PRIORITY
= ['cardit' => 0, 'precon' => 1, 'mrd' => 2, 'mld' => 3, 'fsu' => 4, 'iftsta' => 5]
Properties
$description
The console command description.
protected
string
$description
= 'List endpoints where to mget new cardits'
$signature
The name and signature of the console command.
protected
string
$signature
= 'leg2:lsremote {customer_id}'
Methods
__construct()
Create a new command instance.
public
__construct() : void
Return values
void —handle()
Execute the console command.
public
handle() : mixed