AirLay backend

GeoFinderBody
in package
implements Serializable

Interfaces, Classes, Traits and Enums

Serializable

Table of Contents

$dataSetId  : ObjectId
$dataSetLogId  : ObjectId
$file  : string
$format  : string
$logId  : ObjectId
$updatePropertiesStrategy  : string
__construct()  : mixed
__serialize()  : array<string|int, mixed>
__unserialize()  : void
getDataSetId()  : ObjectId
getDataSetLogId()  : ObjectId
getFile()  : string
getFormat()  : string
getLogId()  : ObjectId
getUpdatePropertiesStrategy()  : string
serialize()  : string|null
unserialize()  : void

Properties

$updatePropertiesStrategy

private string $updatePropertiesStrategy

Methods

__construct()

public __construct(string $file, string $format, string $updatePropertiesStrategy, ObjectId $dataSetId, ObjectId $logId, ObjectId $dataSetLogId) : mixed
Parameters
$file : string
$format : string
$updatePropertiesStrategy : string
$dataSetId : ObjectId
$logId : ObjectId
$dataSetLogId : ObjectId
Return values
mixed

__serialize()

public __serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

__unserialize()

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

getDataSetId()

public getDataSetId() : ObjectId
Return values
ObjectId

getDataSetLogId()

public getDataSetLogId() : ObjectId
Return values
ObjectId

getFile()

public getFile() : string
Return values
string

getFormat()

public getFormat() : string
Return values
string

getLogId()

public getLogId() : ObjectId
Return values
ObjectId

getUpdatePropertiesStrategy()

public getUpdatePropertiesStrategy() : string
Return values
string

serialize()

public serialize() : string|null
Return values
string|null

unserialize()

public unserialize(mixed $data) : void
Parameters
$data : mixed
Return values
void

Search results