FetchMinimumRevenueCommand
extends Command
in package
Table of Contents
Properties
- $description : mixed
- The console command description.
- $signature : mixed
- The name and signature of the console command.
Methods
- __construct() : mixed
- Create a new command instance.
- handle() : mixed
- Execute the console command.
Properties
$description
The console command description.
protected
mixed
$description
= 'Fetch minimum revenue data'
$signature
The name and signature of the console command.
protected
mixed
$signature
= 'minimumrevenue:fetch {period} {id}'
Methods
__construct()
Create a new command instance.
public
__construct() : mixed
handle()
Execute the console command.
public
handle() : mixed