Class Application
Application entity
Namespace: Mapbender\CoreBundle\Entity
Author: Christian Wygoda <christian.wygoda@wheregroup.com>
Author: Paul Schmidt <paul.schmidt@wheregroup.com>
Author: Andriy Oblivantsev <andriy.oblivantsev@wheregroup.com>
ORM\Entity
ORM\HasLifecycleCallbacks
ORM\Table(name="mb_core_application")
UniqueEntity("slug")
UniqueEntity("title")
Located at Mapbender/CoreBundle/Entity/Application.php
Author: Christian Wygoda <christian.wygoda@wheregroup.com>
Author: Paul Schmidt <paul.schmidt@wheregroup.com>
Author: Andriy Oblivantsev <andriy.oblivantsev@wheregroup.com>
ORM\Entity
ORM\HasLifecycleCallbacks
ORM\Table(name="mb_core_application")
UniqueEntity("slug")
UniqueEntity("title")
Located at Mapbender/CoreBundle/Entity/Application.php
Methods summary
public
|
|
public
mixed
|
|
public
string
|
|
public
|
|
public
integer
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
#
setRegionProperties( Doctrine\Common\Collections\ArrayCollection $regionProperties )
Set region properties |
public
|
|
public
|
#
addRegionProperties(
Get region properties |
public
|
|
public
|
|
public
mixed
|
|
public
|
|
public
|
|
public
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
Symfony\Component\HttpFoundation\File\File
|
|
public
mixed
|
|
public
array
|
|
public
mixed
|
|
public
boolean
|
|
public
mixed
|
|
public
|
|
public
mixed
|
|
public
string
|
|
public
|
|
public
string
|
|
public
array
|
|
public
null
|
|
public
mixed
|
|
public
boolean
|
|
public
array
|
|
public
|
|
public
array
|
|
public
|
|
public
boolean
|
|
public
boolean
|
Magic methods summary
Constants summary
integer |
SOURCE_YAML
YAML based application type |
# 1 |
integer |
SOURCE_DB
Databased application type |
# 2 |
Properties summary
protected
boolean
|
$excludeFromList
Exclude form application menu list |
# false |
protected
array
|
$yamlRoles
YAML roles |
|
protected
integer
|
$source
$source Application source type (self::SOURCE_*) |
|
protected
mixed
|
$id
|
|
protected
mixed
|
$title
|
|
protected
mixed
|
$slug
|
|
protected
mixed
|
$description
|
|
protected
mixed
|
$template
|
|
protected
|
$regionProperties
|
|
protected
|
$elements
|
|
protected
|
$layersets
|
|
protected
mixed
|
$published
|
|
protected
mixed
|
$screenshot
|
|
protected
mixed
|
$extra_assets
|
|
protected
Symfony\Component\HttpFoundation\File\File
|
$screenshotFile
|
|
protected
mixed
|
$updated
|
|
protected
mixed
|
$custom_css
|
|
protected
array
|
$publicOptions
Public options array, this never stored in DB and only for YAML application. |
# array() |