Unique Id for classes

package salt\dao

 Methods

Construct a new Identifiable object

__construct() 

Have to be called by child classes for having an internal ID

Get the internal unique id

getInternalId() : integer

Returns

integerUnique ID of an instance

 Properties

 

current instance id

$_salt_id : integer

Default

 

last instance id

$_salt_id_sequence : integer

Default

0
Static