AirLay backend

DownloadFileBody
in package
implements Serializable

Interfaces, Classes, Traits and Enums

Serializable

Table of Contents

$coordinates  : string|null
$downloadFilter  : string|null
$downloadLogId  : ObjectId
$fileName  : string
$format  : string
$query  : array<string|int, mixed>
$userId  : ObjectId
$withRelatedObjects  : bool
__construct()  : mixed
__serialize()  : array<string|int, mixed>
__unserialize()  : void
getCoordinates()  : string|null
getDownloadFilter()  : string|null
getDownloadLogId()  : ObjectId
getFileName()  : string
getFormat()  : string
getQuery()  : array<string|int, mixed>
getUserId()  : ObjectId
isWithRelatedObjects()  : bool
serialize()  : string|null
unserialize()  : void

Properties

Methods

__construct()

public __construct(ObjectId $downloadLogId, ObjectId $userId, string $fileName, string $format, bool $withRelatedObjects, string|null $downloadFilter, string|null $coordinates, array<string|int, mixed> $query) : mixed
Parameters
$downloadLogId : ObjectId
$userId : ObjectId
$fileName : string
$format : string
$withRelatedObjects : bool
$downloadFilter : string|null
$coordinates : string|null
$query : array<string|int, mixed>
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

getCoordinates()

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

getDownloadFilter()

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

getDownloadLogId()

public getDownloadLogId() : ObjectId
Return values
ObjectId

getQuery()

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

isWithRelatedObjects()

public isWithRelatedObjects() : bool
Return values
bool

serialize()

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

unserialize()

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

Search results