GenreBuilder
extends Command
in package
Table of Contents
Properties
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
Methods
- handle() : mixed
- Execute the console command.
Properties
$description
The console command description.
protected
string
$description
= 'Build genre hierarchy from music genres seed file'
$signature
The name and signature of the console command.
protected
string
$signature
= 'app:genre-builder {--test-single=} {--test-discogs=} {--test-discogs-detailed=} {--test-discogs-search-only=} {--test-lookup=} {--test-lookup-detailed=} {--debug-search-lookup=} {--test-auth} {--simple} {--limit=5}'
Methods
handle()
Execute the console command.
public
handle() : mixed