Table of Contents
Methods
-
add()
: mixed
-
delete()
: mixed
-
getType()
: string
-
getUfId()
: mixed
-
setDefaultScope()
: mixed
-
update()
: mixed
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
static getType() : string
getUfId()
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>
-