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>
__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
—
private
extract(mixed $data) : TmpDirectory
Parameters
-
$data
: mixed
-
Return values
TmpDirectory
—
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>
—