Table of Contents
-
$_id
: ObjectId
-
$airlaySessionId
: string|null
-
$executionTime
: int
-
$status
: int
-
$time
: int
-
$url
: string
-
__construct()
: mixed
-
__toString()
: string
-
bsonSerialize()
: array<string|int, mixed>
-
bsonUnserialize()
: void
-
getAirlaySessionId()
: string|null
-
getExecutionTime()
: int
-
getId()
: ObjectId
-
getStatus()
: int
-
getTime()
: int
-
getUrl()
: string
-
jsonSerialize()
: array<string|int, mixed>
-
parseObjectId()
: ObjectId|null
-
setAirlaySessionId()
: self
-
setExecutionTime()
: self
-
setId()
: self
-
setStatus()
: self
-
setTime()
: self
-
setUrl()
: self
-
toArray()
: array<string|int, mixed>
$_id
protected
ObjectId
$_id
$airlaySessionId
private
string|null
$airlaySessionId
= null
$executionTime
private
int
$executionTime
$status
private
int
$status
$time
private
int
$time
$url
private
string
$url
__construct()
public
__construct(string $url, int $time, int $executionTime, int $status[, string|null $airlaySessionId = null ][, ObjectId|null $id = null ]) : mixed
Parameters
-
$url
: string
-
-
$time
: int
-
-
$executionTime
: int
-
-
$status
: int
-
-
$airlaySessionId
: string|null
= null
-
-
$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
—
getAirlaySessionId()
public
getAirlaySessionId() : string|null
Return values
string|null
—
getExecutionTime()
public
getExecutionTime() : int
Return values
int
—
getId()
public
getId() : ObjectId
Return values
ObjectId
—
getStatus()
public
getStatus() : int
Return values
int
—
getTime()
public
getTime() : int
Return values
int
—
getUrl()
public
getUrl() : string
Return values
string
—
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
—
setAirlaySessionId()
public
setAirlaySessionId(string|null $airlaySessionId) : self
Parameters
-
$airlaySessionId
: string|null
-
Return values
self
—
setExecutionTime()
public
setExecutionTime(int $executionTime) : self
Parameters
-
$executionTime
: int
-
Return values
self
—
setId()
public
setId(ObjectId $id) : self
Parameters
-
$id
: ObjectId
-
Return values
self
—
setStatus()
public
setStatus(int $status) : self
Parameters
-
$status
: int
-
Return values
self
—
setTime()
public
setTime(int $time) : self
Parameters
-
$time
: int
-
Return values
self
—
setUrl()
public
setUrl(string $url) : self
Parameters
-
$url
: string
-
Return values
self
—
toArray()
private
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—