TasksUFManager
extends CUserTypeManager
Table of Contents
Constants
-
ENTITY_ID
= 'T.ID'
-
ENTITY_TYPE
= 'TASKS_TASK'
Methods
-
__unserialize()
: mixed
-
get()
: array<string|int, mixed>|null
-
getFields()
: array<string|int, mixed>
-
getInstance()
: self
ENTITY_ID
public
mixed
ENTITY_ID
= 'T.ID'
ENTITY_TYPE
public
mixed
ENTITY_TYPE
= 'TASKS_TASK'
__unserialize()
public
__unserialize(mixed $data) : mixed
Parameters
-
$data
: mixed
-
-
throws
-
Exception
get()
public
get(string $fieldName) : array<string|int, mixed>|null
Parameters
-
$fieldName
: string
-
Return values
array<string|int, mixed>|null
getFields()
public
getFields([bool $withType = false ]) : array<string|int, mixed>
Parameters
-
$withType
: bool
= false
-
Return values
array<string|int, mixed>
getInstance()
public
static getInstance() : self