DownloadRedbookData
extends Command
in package
Table of Contents
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
- handle() : bool
- Execute the console command.
Properties
$description
The console command description.
protected
string
$description
= 'Downloads the latest Redbook data archive from their FTP server'
$signature
The name and signature of the console command.
protected
string
$signature
= 'redbook:download'
Methods
handle()
Execute the console command.
public
handle(RedbookDataArchive $redbookReferenceData) : bool
Parameters
- $redbookReferenceData : RedbookDataArchive