ServiceBody
in package
Read onlyYes
BMLT Service Body data
Table of Contents
Properties
- $description : string|null
- $helpline : string|null
- $id : string
- $kml_uri : string|null
- $name : string
- $parent_id : string|null
- $type : string
- $uri : string|null
- $world_id : string|null
Methods
- __construct() : mixed
- fromArray() : self
Properties
$description
public
string|null
$description
= null
$helpline
public
string|null
$helpline
= null
$id
public
string
$id
$kml_uri
public
string|null
$kml_uri
= null
$name
public
string
$name
$parent_id
public
string|null
$parent_id
= null
$type
public
string
$type
$uri
public
string|null
$uri
= null
$world_id
public
string|null
$world_id
= null
Methods
__construct()
public
__construct(string $id, string $name, string $type[, string|null $description = null ][, string|null $parent_id = null ][, string|null $uri = null ][, string|null $kml_uri = null ][, string|null $helpline = null ][, string|null $world_id = null ]) : mixed
Parameters
- $id : string
- $name : string
- $type : string
- $description : string|null = null
- $parent_id : string|null = null
- $uri : string|null = null
- $kml_uri : string|null = null
- $helpline : string|null = null
- $world_id : string|null = null
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>