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
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
$archive
protected
mixed
$archive
$columnConfig
protected
array<string, array<string, mixed>>
$columnConfig
$dbmsTable
protected
mixed
$dbmsTable
Methods
__construct()
public
__construct(Archive $archive, Table $dbmsTable) : mixed
Parameters
- $archive : Archive
- $dbmsTable : Table
delete()
public
delete(mixed $id) : mixed
Parameters
- $id : mixed
fixIndex()
public
fixIndex() : void
fixRollback()
public
fixRollback(Table $tempTable) : int
Parameters
- $tempTable : Table
Return values
intgetName()
public
getName() : string
Return values
stringinsert()
public
insert(mixed $id, mixed $json, array<string|int, mixed> $data) : mixed
Parameters
- $id : mixed
- $json : mixed
- $data : array<string|int, mixed>
install()
public
install() : void
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