AirLay backend

ResendNotificationEntity extends DatabaseEntity
in package

Table of Contents

$_id  : ObjectId
$notificationSenderId  : ObjectId
$objectId  : ObjectId
$sendTime  : int
__construct()  : mixed
__toString()  : string
bsonSerialize()  : array<string|int, mixed>
bsonUnserialize()  : void
getId()  : ObjectId
getNotificationSenderId()  : ObjectId
getObjectId()  : ObjectId
getSendTime()  : int
jsonSerialize()  : array<string|int, mixed>
parseObjectId()  : ObjectId|null
setId()  : self
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct(ObjectId $objectId, ObjectId $notificationSenderId, int $sendTime[, ObjectId|null $id = null ]) : mixed
Parameters
$objectId : ObjectId
$notificationSenderId : ObjectId
$sendTime : int
$id : ObjectId|null = null
Return values
mixed

__toString()

public __toString() : string
Return values
string

bsonSerialize()

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

bsonUnserialize()

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

jsonSerialize()

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

parseObjectId()

public static parseObjectId(mixed $objectId) : ObjectId|null
Parameters
$objectId : mixed
Return values
ObjectId|null

setId()

public setId(ObjectId $id) : self
Parameters
$id : ObjectId
Return values
self

Search results