class History (View source)

Methods

__construct(DatabaseInterface $dbi, Relation $relation, Config $config)

No description

void
setHistory(string $db, string $table, string $username, string $sqlquery)

No description

array|false
getHistory(string $username)

Gets a SQL history entry

Details

__construct(DatabaseInterface $dbi, Relation $relation, Config $config)

No description

Parameters

DatabaseInterface $dbi
Relation $relation
Config $config

void setHistory(string $db, string $table, string $username, string $sqlquery)

No description

Parameters

string $db
string $table
string $username
string $sqlquery

Return Value

void

array|false getHistory(string $username)

Gets a SQL history entry

Parameters

string $username

Return Value

array|false

list of history items