Class Source
Source entity
Direct known subclasses
Abstract
Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\DiscriminatorColumn(name="discr",: type="string") ORM\DiscriminatorMap({"mb_core_source" = "Source"})
ORM\Entity: @ UniqueEntity("uuid")
ORM\InheritanceType("JOINED")
ORM\Table(name="mb_core_source")
Located at Mapbender/CoreBundle/Entity/Source.php
Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\DiscriminatorColumn(name="discr",: type="string") ORM\DiscriminatorMap({"mb_core_source" = "Source"})
ORM\Entity: @ UniqueEntity("uuid")
ORM\InheritanceType("JOINED")
ORM\Table(name="mb_core_source")
Located at Mapbender/CoreBundle/Entity/Source.php
Methods summary
public
|
|
public
|
|
public
integer
|
|
public
string
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
string
|
|
public
|
|
public
boolean
|
|
public
|
|
public
string
|
|
abstract public
string
|
|
abstract public
|
|
public
String
|
|
public
String
|
|
public
mixed
|
|
public
String
|
Magic methods summary
Constants summary
string |
STATUS_OK
|
# 'OK' |
string |
STATUS_UNREACHABLE
|
# 'UNREACHABLE' |
string |
TYPE_WMS
|
# "WMS" |
string |
TYPE_WMTS
|
# "WMTS" |
string |
TYPE_TMS
|
# "TMS" |
Properties summary
protected
integer
|
$id
$id |
|
protected
string
|
$uuid
$uuid The unic id |
|
protected
string
|
$title
$title The source title |
|
protected
string
|
$alias
$alias The source alias |
# "" |
protected
boolean
|
$valid
$valid is a source valid |
# false |
protected
string
|
$description
$description The source description |
|
protected
string
|
$status
source status |
|
protected
mixed
|
$type
|
|
protected
string
|
$identifier
source identifier |