BMLT PHP Query Client

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

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>
Return values
self

        
On this page

Search results