StoreDocumentSpecificTable extends StoreDocumentTable
AbstractYes
Table of Contents
Methods
- add() : mixed
- delete() : mixed
- getType() : string
- getUfId() : mixed
- setDefaultScope() : mixed
- update() : mixed
Methods
add()
public
static add(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
delete()
public
static delete(mixed $primary) : mixed
Parameters
- $primary : mixed
getType()
public
abstract static getType() : string
Return values
stringgetUfId()
public
static getUfId() : mixed
setDefaultScope()
public
static setDefaultScope(mixed $query) : mixed
Parameters
- $query : mixed
update()
public
static update(mixed $primary, array<string|int, mixed> $data) : mixed
Parameters
- $primary : mixed
- $data : array<string|int, mixed>