EntityInterface

Description

Exposes the object's auto-increment ID.

Public Methods

null int getId ()
 The entity's auto-increment ID, or NULL if it doesn't have one yet. More...
 

Methods

◆ getId()

null int getId ( )

The entity's auto-increment ID, or NULL if it doesn't have one yet.

Returns
null|int