Task
extends Base
in package
The basic search result object
Table of Contents
- $ : bool
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : float|string
- $ : string
- $ : array<string|int, ?string>
- $ : array<string|int, ?string>
- $ : int
- $ : string
- $ : null|string
- $ : null|string
- $ : string|null
- $ : null
- $ : string|null
- $ : float
- $ : null|string
- $ : bool
- $ : array<string|int, mixed>|null
- $ : string
- $ : int|string
- $id : null|int|string
- The primary key
- $type : string|null
- The object type
- $_date_format : string
- Pointer to date format of system
- $dynamics : array<string|int, mixed>
- __construct() : mixed
- General constructor.
- __get() : mixed|null
- Magic getter to avoid "PHP 8.2: Dynamic Properties are deprecated"
- __isset() : bool
- Magic check to avoid "PHP 8.2: Dynamic Properties are deprecated"
- __set() : void
- Magic setter to avoid "PHP 8.2: Dynamic Properties are deprecated"
- jsonSerialize() : array<string|int, mixed>
- patchExtra() : void
Properties
$
public
bool
$
has_relation
$
public
string
$
id
$
public
string
$
project
$
public
string
$
description
$
public
string
$
title
$
public
string
$
task_type
$
public
string
$
status
$
public
float|string
$
points
$
public
string
$
address
$
public
array<string|int, ?string>
$
employees The responsible employees
$
public
array<string|int, ?string>
$
resources The list of assigned resources
$
public
int
$
priority
$
public
string
$
path
$
public
null|string
$
date_from
$
public
null|string
$
date_to
$
public
string|null
$
relation
$
public
null
$
service_type
$
public
string|null
$
service_id
$
public
float
$
time_usage_rate
$
public
null|string
$
related_service
$
public
bool
$
confirmation_status_all
$
public
array<string|int, mixed>|null
$
confirmation_status
$
public
string
$
type
$
public
int|string
$
id
$id
The primary key
public
null|int|string
$id
= null
$type
The object type
public
string|null
$type
= null
$_date_format
Pointer to date format of system
protected
string
$_date_format
= FAA_DATE_SHORT
$dynamics
private
array<string|int, mixed>
$dynamics
= array()
Methods
__construct()
General constructor.
public
__construct(object &$doc, string $language) : mixed
Parameters
- $doc : object
-
The search response object
- $language : string
-
The request language
Return values
mixed —__get()
Magic getter to avoid "PHP 8.2: Dynamic Properties are deprecated"
public
__get( $name) : mixed|null
Parameters
Return values
mixed|null —__isset()
Magic check to avoid "PHP 8.2: Dynamic Properties are deprecated"
public
__isset( $name) : bool
Parameters
Return values
bool —__set()
Magic setter to avoid "PHP 8.2: Dynamic Properties are deprecated"
public
__set( $name, $value) : void
Parameters
Return values
void —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed> —patchExtra()
protected
patchExtra(object $doc, array<string|int, mixed>|null $extra) : void
Parameters
- $doc : object
- $extra : array<string|int, mixed>|null