ContactSearchTable extends DataManager
Table of Contents
Methods
- getMap() : mixed
- getTableName() : mixed
- upsert() : void
- Execute UPSERT operation.
Methods
getMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
upsert()
Execute UPSERT operation.
public
static upsert(array<string|int, mixed> $data) : void
Parameters
- $data : array<string|int, mixed>
-
Field data.