GenerateBills
extends Command
in package
Class GenerateBills
Console command to generate monthly bills for all active customers.
Table of Contents
Properties
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
Methods
- __construct() : mixed
- Create a new command instance.
- handle() : void
- Execute the console command.
Properties
$description
The console command description.
protected
string
$description
= 'Generate monthly bills for all active customers'
$signature
The name and signature of the console command.
protected
string
$signature
= 'bills:generate'
Methods
__construct()
Create a new command instance.
public
__construct() : mixed
handle()
Execute the console command.
public
handle() : void