Service
extends Base
in package
Implement task search response object
Tags
Table of Contents
- $ : string
- $ : string
- $ : bool
- $ : string
- $ : string
- $ : bool
- $ : int
- $ : string
- $ : string|null
- $ : float|int
- $ : float|int
- $ : int|null
- $ : bool|null
- $ : int|null
- $ : bool|null
- $ : string
- $ : string|null
- $ : string|null
- $ : bool
- $ : bool
- $ : bool
- $ : bool
- $ : string|null
- $ : string|null
- $ : string|null
- $ : stdClass
- $ : string
- $ : string
- $ : stdClass
- $ : string
- $ : int
- $ : string|null
- $ : string
- $ : string|null
- $ : bool
- $ : string
- $ : int|string
- $down_payments : float|int
- $id : null|int|string
- The primary key
- $skonto_payments : float|int
- $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
string
$
name
$
public
string
$
title
$
public
bool
$
active
$
public
string
$
description
$
public
string
$
interval
$
public
bool
$
payed
$
public
int
$
billnumber
$
public
string
$
project
$
public
string|null
$
relation
$
public
float|int
$
price_net
$
public
float|int
$
price
$
public
int|null
$
payment_deadline
$
public
bool|null
$
payment_deadline_hit
$
public
int|null
$
skonto_days
$
public
bool|null
$
skonto_days_hit
$
public
string
$
customer_address
$
public
string|null
$
customer_id
$
public
string|null
$
customer_name
$
public
bool
$
has_bill_mail
$
public
bool
$
has_offer_mail
$
public
bool
$
has_bill_pdf
$
public
bool
$
has_offer_pdf
$
public
string|null
$
datefrom Valid from
$
public
string|null
$
dateto Valid to
$
public
string|null
$
payed_date Was paid at
$
public
stdClass
$
company
$
public
string
$
__type
$
public
string
$
abstract
$
public
stdClass
$
provider
$
public
string
$
status
$
public
int
$
offer_number
$
public
string|null
$
formatted_bill_number The formatted bill number
$
public
string
$
formatted_offer_number The formatted offer number
$
public
string|null
$
created_at
$
public
bool
$
has_tasks Has related tasks
$
public
string
$
type
$
public
int|string
$
id
$down_payments
public
float|int
$down_payments
Amount of payments done by down payment
$id
The primary key
public
null|int|string
$id
= null
$skonto_payments
public
float|int
$skonto_payments
Amount of payments done within skoto deadline
$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) : mixed
Parameters
- $doc : object
-
The search response object
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