AirLay backend

ZIPParser
in package
implements iFileParser

Interfaces, Classes, Traits and Enums

iFileParser

Table of Contents

$jsonParser  : JSONParser
__construct()  : mixed
checkFile()  : bool
parseFile()  : array<string|int, mixed>|null
extract()  : TmpDirectory
isGeoJson()  : bool
scanDir()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct() : mixed
Return values
mixed

checkFile()

public checkFile(mixed $data) : bool
Parameters
$data : mixed
Return values
bool

parseFile()

public parseFile(mixed $data) : array<string|int, mixed>|null
Parameters
$data : mixed
Return values
array<string|int, mixed>|null

isGeoJson()

private isGeoJson(string $path) : bool
Parameters
$path : string
Return values
bool

scanDir()

private scanDir(string $localPath) : array<string|int, mixed>
Parameters
$localPath : string
Return values
array<string|int, mixed>

Search results