LimeSurvey API - Master branch

TempIdMapItem
in package

Table of Contents

Properties

$field  : string
$id  : int|null
$tempId  : string|int|null

Methods

__construct()  : mixed

Properties

$field

public string $field = 'id'

the field name of 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'

        
On this page

Search results