Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • Application
  • Contact
  • Element
  • Keyword
  • Layerset
  • Source
  • SourceInstance
  • SRS
  • State
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class Source

Source entity

Direct known subclasses

Mapbender\WmsBundle\Entity\WmsSource, Mapbender\WmtsBundle\Entity\WmtsSource
Abstract
Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\DiscriminatorColumn(name="discr",: type="string") ORM\DiscriminatorMap({"mb_core_source" = "Source"})
ORM\Entity
ORM\InheritanceType("JOINED")
ORM\Table(name="mb_core_source")
Located at Mapbender/CoreBundle/Entity/Source.php
Methods summary
public integer
# getId( )

Get id

Get id

Returns

integer
public Mapbender\CoreBundle\Entity\Source
# setTitle( string $title )

Set title

Set title

Parameters

$title
string
$title

Returns

Mapbender\CoreBundle\Entity\Source
public string
# getTitle( )

Get title

Get title

Returns

string
public Mapbender\CoreBundle\Entity\Source
# setDescription( string $description )

Set description

Set description

Parameters

$description
string
$description

Returns

Mapbender\CoreBundle\Entity\Source
public string
# getDescription( )

Get description

Get description

Returns

string
public Mapbender\CoreBundle\Entity\Source
# setAlias( string $alias )

Set alias

Set alias

Parameters

$alias
string
$alias

Returns

Mapbender\CoreBundle\Entity\Source
public string
# getAlias( )

Get alias

Get alias

Returns

string
public string
# getClassname( )

Get full class name

Get full class name

Returns

string
public String
# __toString( )

Returns a Source as String

Returns a Source as String

Returns

String
Source as String
abstract public String
# getType( )

Returns a source type

Returns a source type

Returns

String
type
abstract public String
# getManagertype( )

Returns a manager type

Returns a manager type

Returns

String
a manager type
abstract public
# createInstance( )

Creates a SourceInstance

Creates a SourceInstance

abstract public
# remove( Doctrine\ORM\EntityManager $em )

Remove a source from a database

Remove a source from a database

Properties summary
protected integer $id
#

$id

$id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

protected string $title
#

$title The source title

$title The source title

ORM\Column(type="string",

nullable=true)
protected string $alias ""
#

$alias The source alias

$alias The source alias

ORM\Column(type="string",

length=128, nullable=true)
protected string $description
#

$description The source description

$description The source description

ORM\Column(type="text",

nullable=true)
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0