AirLay backend

DatabaseEntity extends Entity
in package

Table of Contents

$_id  : ObjectId
__construct()  : mixed
__toString()  : string
getId()  : ObjectId
parseObjectId()  : ObjectId|null
setId()  : self

Properties

Methods

__construct()

public __construct([ObjectId|null $id = null ]) : mixed
Parameters
$id : ObjectId|null = null
Return values
mixed

__toString()

public __toString() : string
Return values
string

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