GoLocalCrawler extends Command
Table of Contents
- DIRECTORY = "Golocal"
- DIRECTORY_ID = 3
- SOURCE = "review_general"
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
- handle() : int
- Execute the console command.
Constants
DIRECTORY
private
mixed
DIRECTORY
= "Golocal"
DIRECTORY_ID
private
mixed
DIRECTORY_ID
= 3
SOURCE
private
mixed
SOURCE
= "review_general"
Properties
$description
The console command description.
protected
string
$description
= 'Retrieve the data from GoLocal.'
$signature
The name and signature of the console command.
protected
string
$signature
= 'rc:golocalcrawler'
Methods
handle()
Execute the console command.
public
handle() : int