FileAccess Orion

Address extends Base
in package

Implement response object

Tags
category

Helper

author

Tobias Teichner webmaster@teichner.biz

since

File available since v3.32.1

Table of Contents

$  : string
$  : string
$  : string
$  : string
$  : string
$  : string
$  : string
$  : float
$  : float
$  : string|null
$  : string
$  : object
$  : 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
Address response 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 $

contact_person The contact person name

$

public string $

last_name The family/last name

$

public string $

street The street and number

$

public string $

zipcode The postal code

$

public string $

town The location/town

$

public string $

label A label to display directly

$

public float $

latitude The geo code latitude

$

public float $

longitude The geo code longitude

$

public string|null $

user_id The assigned user id

$

public string $

company The company name

$

public object $

geo_location The geo location as object

$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()

Address response constructor.

public __construct(stdClass $doc) : mixed
Parameters
$doc : stdClass

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
$name :
Return values
mixed|null

__isset()

Magic check to avoid "PHP 8.2: Dynamic Properties are deprecated"

public __isset( $name) : bool
Parameters
$name :
Return values
bool

__set()

Magic setter to avoid "PHP 8.2: Dynamic Properties are deprecated"

public __set( $name,  $value) : void
Parameters
$name :
$value :
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
Return values
void

Search results