Drive Manifold

IngestGlassData extends Command
in package

Table of Contents

$description  : string
The console command description.
$map  : array<string|int, mixed>
$signature  : string
The name and signature of the console command.
handle()  : bool
Execute the console command.
dataPathAccessible()  : bool

Properties

$description

The console command description.

protected string $description = 'Ingests the nominated Glass data component(s)'

$map

protected array<string|int, mixed> $map = ['rb-mapping' => \App\Collectors\GlassDataNvicVehicleKeyMapping::class]

$signature

The name and signature of the console command.

protected string $signature = 'glass:ingest {collectors?* : Which component(s) of the data archive you wish to import eg: "makes families badges" (defaults to all)} '

Methods

handle()

Execute the console command.

public handle(Application $app) : bool
Parameters
$app : Application
Return values
bool

dataPathAccessible()

protected dataPathAccessible(string $date) : bool
Parameters
$date : string
Return values
bool

Search results