Documentation

LogTable
in package

FinalYes

Legacy tracking log table view over archived request data.

Included for historical compatibility only. This API is deprecated and should not be used in new code.

Tags
author

Daniel Schulz

since
2017-12-28

Table of Contents

Properties

$archive  : mixed
$columnConfig  : array<string, array<string, mixed>>
$dbmsTable  : mixed

Methods

__construct()  : mixed
delete()  : mixed
fixIndex()  : void
fixRollback()  : int
getName()  : string
insert()  : mixed
install()  : void
select()  : array<string|int, mixed>
selectCount()  : mixed
selectGroup()  : array<string|int, mixed>

Properties

$columnConfig

protected array<string, array<string, mixed>> $columnConfig

Methods

__construct()

public __construct(Archive $archive, Table $dbmsTable) : mixed
Parameters
$archive : Archive
$dbmsTable : Table

delete()

public delete(mixed $id) : mixed
Parameters
$id : mixed

fixRollback()

public fixRollback(Table $tempTable) : int
Parameters
$tempTable : Table
Return values
int

getName()

public getName() : string
Return values
string

insert()

public insert(mixed $id, mixed $json, array<string|int, mixed> $data) : mixed
Parameters
$id : mixed
$json : mixed
$data : array<string|int, mixed>

select()

public select(array<string|int, mixed> $filter, mixed $sql, mixed $page, mixed $limit) : array<string|int, mixed>
Parameters
$filter : array<string|int, mixed>
$sql : mixed
$page : mixed
$limit : mixed
Return values
array<string|int, mixed>

selectCount()

public selectCount(array<string|int, mixed> $filter, mixed $sql) : mixed
Parameters
$filter : array<string|int, mixed>
$sql : mixed

selectGroup()

public selectGroup(mixed $column, array<string|int, mixed> $filter, mixed $sql) : array<string|int, mixed>
Parameters
$column : mixed
$filter : array<string|int, mixed>
$sql : mixed
Return values
array<string|int, mixed>
On this page

Search results