FazendaPrevisaoColheitaSecurity
Table of Contents
Methods
-
getDisabledFields()
: array<string|int, mixed>
-
securityDelete()
: bool
-
securityUpdate()
: bool
-
selectSecurity()
: mixed
getDisabledFields()
public
static getDisabledFields(mixed $value) : array<string|int, mixed>
Parameters
-
$value
: mixed
-
Return values
array<string|int, mixed>
securityDelete()
public
static securityDelete(mixed $table, mixed $where) : bool
Parameters
-
$table
: mixed
-
-
$where
: mixed
-
securityUpdate()
public
static securityUpdate(mixed $fields, mixed $where) : bool
Parameters
-
$fields
: mixed
-
-
$where
: mixed
-
selectSecurity()
public
static selectSecurity(array<string|int, mixed> $where) : mixed
Parameters
-
$where
: array<string|int, mixed>
-