Identified
Trait for entities with an ObjectID
Instance Properties
| Name | Type | Summary |
|---|---|---|
$id | ObjectID | The document identifier |
Instance Methods
| Returns | Signature and Description |
|---|---|
ObjectID | getId()Gets the document identifier |
Property Details
$id
protected
ObjectID $idThe document identifier
Method Details
getId
public function
getId()Gets the document identifier
| Type | Description |
|---|---|
ObjectID | The document ID |