lizmapMainViewItem
in package
Class for items in the main view list.
Tags
Table of Contents
Properties
- $abstract : mixed
- $bbox : mixed
- $childItems : mixed
- $id : mixed
- $img : mixed
- $keywordList : mixed
- $order : mixed
- $parentId : mixed
- $proj : mixed
- $title : mixed
- $type : mixed
- $url : mixed
- $wmsGetCapabilitiesUrl : mixed
- $wmtsGetCapabilitiesUrl : mixed
Methods
- __construct() : mixed
- copyFrom() : mixed
- mainViewItemSort() : mixed
Properties
$abstract
public
mixed
$abstract
= ''
$bbox
public
mixed
$bbox
= ''
$childItems
public
mixed
$childItems
= array()
$id
public
mixed
$id
= ''
$img
public
mixed
$img
= ''
$keywordList
public
mixed
$keywordList
= ''
$order
public
mixed
$order
= 0
$parentId
public
mixed
$parentId
= ''
$proj
public
mixed
$proj
= ''
$title
public
mixed
$title
= ''
$type
public
mixed
$type
= ''
$url
public
mixed
$url
= ''
$wmsGetCapabilitiesUrl
public
mixed
$wmsGetCapabilitiesUrl
= ''
$wmtsGetCapabilitiesUrl
public
mixed
$wmtsGetCapabilitiesUrl
= ''
Methods
__construct()
public
__construct(mixed $id, mixed $title[, mixed $abstract = '' ][, mixed $keywordList = '' ][, mixed $proj = '' ][, mixed $bbox = '' ][, mixed $url = '' ][, mixed $img = '' ][, mixed $order = 0 ][, mixed $parentId = '' ][, mixed $type = 'rep' ][, mixed $wmsGetCapabilitiesUrl = '' ][, mixed $wmtsGetCapabilitiesUrl = '' ]) : mixed
Parameters
- $id : mixed
- $title : mixed
- $abstract : mixed = ''
- $keywordList : mixed = ''
- $proj : mixed = ''
- $bbox : mixed = ''
- $url : mixed = ''
- $img : mixed = ''
- $order : mixed = 0
- $parentId : mixed = ''
- $type : mixed = 'rep'
- $wmsGetCapabilitiesUrl : mixed = ''
- $wmtsGetCapabilitiesUrl : mixed = ''
copyFrom()
public
copyFrom(mixed $item) : mixed
Parameters
- $item : mixed
mainViewItemSort()
public
static mainViewItemSort(mixed $itemA, mixed $itemB) : mixed
Parameters
- $itemA : mixed
- $itemB : mixed