Table of Contents
Methods
-
addMulti()
: mixed
-
checkFields()
: mixed
-
deleteList()
: mixed
-
getMap()
: mixed
-
getObjectClass()
: mixed
-
getTableName()
: mixed
-
onAfterAdd()
: mixed
-
onAfterUpdate()
: mixed
-
updateMulti()
: mixed
addMulti()
public
static addMulti(mixed $rows[, mixed $ignoreEvents = false ]) : mixed
Parameters
-
$rows
: mixed
-
-
$ignoreEvents
: mixed
= false
-
checkFields()
public
static checkFields(Result $result, mixed $primary, array<string|int, mixed> $data) : mixed
Parameters
-
$result
: Result
-
-
$primary
: mixed
-
-
$data
: array<string|int, mixed>
-
deleteList()
public
static deleteList(array<string|int, mixed> $filter) : mixed
Parameters
-
$filter
: array<string|int, mixed>
-
getMap()
public
static getMap() : mixed
getObjectClass()
public
static getObjectClass() : mixed
getTableName()
public
static getTableName() : mixed
onAfterAdd()
public
static onAfterAdd(Event $event) : mixed
Parameters
-
$event
: Event
-
onAfterUpdate()
public
static onAfterUpdate(Event $event) : mixed
Parameters
-
$event
: Event
-
updateMulti()
public
static updateMulti(mixed $primaries, mixed $data[, mixed $ignoreEvents = false ]) : mixed
Parameters
-
$primaries
: mixed
-
-
$data
: mixed
-
-
$ignoreEvents
: mixed
= false
-