Entity_ID

Provides access to the ID of the entity.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

id()  : int
Retrieve ID of the Entity
set_id()  : void
Set ID of the Entity

Methods

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

Return values
void

Search results