Entity_ID
Provides access to the ID of the entity.
Tags
Table of Contents
- get_id() : int
- Retrieve ID of the Entity Alias of id()
- id() : int
- Retrieve ID of the Entity
- set_id() : void
- Set ID of the Entity
Methods
get_id()
Retrieve ID of the Entity Alias of id()
public
get_id() : int
Return values
int —id()
Retrieve ID of the Entity
public
id() : int
Return values
int —set_id()
Set ID of the Entity
public
set_id(int|string|null $id) : void
Parameters
- $id : int|string|null
-
ID of the Entity