Table of Contents
Properties
-
$db_instances
: mixed
-
$sem_id
: mixed
Methods
-
beginTransation()
: mixed
-
commit()
: mixed
-
getInstance()
: mixed
-
getSchema()
: mixed
-
rollBack()
: mixed
-
setSemaphore()
: mixed
-
getDBKey()
: mixed
$db_instances
private
static mixed
$db_instances
= []
$sem_id
private
static mixed
$sem_id
= []
beginTransation()
public
static beginTransation() : mixed
commit()
public
static commit() : mixed
getInstance()
public
static getInstance(mixed $DB) : mixed
Parameters
-
$DB
: mixed
-
getSchema()
public
static getSchema(array<string|int, mixed> $db) : mixed
Parameters
-
$db
: array<string|int, mixed>
-
rollBack()
public
static rollBack() : mixed
setSemaphore()
public
static setSemaphore(mixed $sem_id, array<string|int, mixed> $db) : mixed
Parameters
-
$sem_id
: mixed
-
-
$db
: array<string|int, mixed>
-
getDBKey()
private
static getDBKey(mixed $DB) : mixed
Parameters
-
$DB
: mixed
-