TempIdMapItem
in package
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$field
public
string
$field
= 'id'
the field name of the actual id
$id
public
int|null
$id
= null
the actual id
$tempId
public
string|int|null
$tempId
the temporary id received from the client
Methods
__construct()
public
__construct(string|int|null $tempId, int|null $id[, string $field = 'id' ]) : mixed
Parameters
- $tempId : string|int|null
- $id : int|null
- $field : string = 'id'