Class SourceMetadata
Class SourceMetadata prepares and renders an OGC Service metadata
Direct known subclasses
Abstract
Namespace: Mapbender\CoreBundle\Component
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Component/SourceMetadata.php
Namespace: Mapbender\CoreBundle\Component
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Component/SourceMetadata.php
Methods summary
public
|
#
__construct( string|null $container = null, string|null $contentType = null )
SourceMetadata constructor. |
protected
boolean
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
string
|
|
public
string
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
|
public
|
|
protected
|
|
public
array
|
|
protected
|
|
public static
null|string
|
|
abstract public
|
Magic methods summary
Properties summary
public static
string
|
$SECTION_COMMON
Section 'common' |
# 'common' |
public static
string
|
$SECTION_USECONDITIONS
Section 'useconditions' |
# 'useconditions' |
public static
string
|
$SECTION_CONTACT
Section 'contact' |
# 'contact' |
public static
string
|
$SECTION_ITEMS
Section 'items' |
# 'items' |
public static
string
|
$SECTION_SUBITEMS
Section 'subitems' |
# 'subitems' |
public static
string
|
$SECTION_EXTENDED
Section 'item' |
# 'extended' |
public static
string
|
$CONTAINER_TABS
Container 'tabs' |
# 'tabs' |
public static
string
|
$CONTAINER_ACCORDION
Container 'accordion' |
# 'accordion' |
public static
string
|
$CONTAINER_NONE
Container 'none' |
# 'none' |
public static
integer
|
$CONTENTTYPE_HTML
Metadata contenttype - as html site |
# 'html' |
public static
integer
|
$CONTENTTYPE_ELEMENT
Metadata contenttype - as html element |
# 'element' |
protected
boolean
|
$useCommon
Use common metadata |
# true |
protected
boolean
|
$useContact
Use contact metadata |
# true |
protected
boolean
|
$useUseConditions
Use terms of use metadata |
# true |
protected
boolean
|
$useItems
Use items metadata |
# true |
protected
boolean
|
$useExtended
Use extended metadata if exists. |
# true |
protected
string
|
$container
Container type (s. CONTAINER_TABS, CONTAINER_ACCORDION, CONTAINER_NONE) |
|
protected
string
|
$contenttype
Contenttype (s. CONTENTTYPE_HTML, CONTENTTYPE_ELEMENT) |
|
protected
array
|
$data
Metadata |