RunTransformations
extends Command
in package
Table of Contents
- $chunkSize : int
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
- handle() : bool
- Execute the console command.
Properties
$chunkSize
protected
int
$chunkSize
= 1000
$description
The console command description.
protected
string
$description
= 'Creates the relations between Redbook vehicles, vehicles types and DCOTY categories'
$signature
The name and signature of the console command.
protected
string
$signature
= 'redbook:vehicles:transformations'
Methods
handle()
Execute the console command.
public
handle(TypeMapper $typeMapper, DcotyCategoryMapper $dcotyCategoryMapper) : bool
Parameters
- $typeMapper : TypeMapper
- $dcotyCategoryMapper : DcotyCategoryMapper