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 Contact

Source entity

Namespace: Mapbender\CoreBundle\Entity
Author: Paul Schmidt
ORM\Entity
ORM\Table(name="mb_core_contact")
Located at Mapbender/CoreBundle/Entity/Contact.php
Methods summary
public Mapbender\CoreBundle\Entity\Contact
# setPerson( string $person )

Set person

Set person

Parameters

$person
string
$person

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getPerson( )

Get person

Get person

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setPosition( string $position )

Set position

Set position

Parameters

$position
string
$position

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getPosition( )

Get position

Get position

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setOrganization( string $organization )

Set organization

Set organization

Parameters

$organization
string
$organization

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getOrganization( )

Get organization

Get organization

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setVoiceTelephone( string $voiceTelephone )

Set voiceTelephone

Set voiceTelephone

Parameters

$voiceTelephone
string
$voiceTelephone

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getVoiceTelephone( )

Get voiceTelephone

Get voiceTelephone

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setFacsimileTelephone( string $facsimileTelephone )

Set facsimileTelephone

Set facsimileTelephone

Parameters

$facsimileTelephone
string
$facsimileTelephone

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getFacsimileTelephone( )

Get facsimileTelephone

Get facsimileTelephone

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setElectronicMailAddress( string $electronicMailAddress )

Set electronicMailAddress

Set electronicMailAddress

Parameters

$electronicMailAddress
string
$electronicMailAddress

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getElectronicMailAddress( )

Get electronicMailAddress

Get electronicMailAddress

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setAddress( string $address )

Set address

Set address

Parameters

$address
string
$address

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getAddress( )

Get address

Get address

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setAddressType( string $addressType )

Set addressType

Set addressType

Parameters

$addressType
string
$addressType

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getAddressType( )

Get addressType

Get addressType

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setAddressCity( string $addressCity )

Set addressCity

Set addressCity

Parameters

$addressCity
string
$addressCity

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getAddressCity( )

Get addressCity

Get addressCity

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setAddressStateOrProvince( string $addressStateOrProvince )

Set addressStateOrProvince

Set addressStateOrProvince

Parameters

$addressStateOrProvince
string
$addressStateOrProvince

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getAddressStateOrProvince( )

Get addressStateOrProvince

Get addressStateOrProvince

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setAddressPostCode( string $addressPostCode )

Set addressPostCode

Set addressPostCode

Parameters

$addressPostCode
string
$addressPostCode

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getAddressPostCode( )

Get addressPostCode

Get addressPostCode

Returns

string
public Mapbender\CoreBundle\Entity\Contact
# setAddressCountry( string $addressCountry )

Set addressCountry

Set addressCountry

Parameters

$addressCountry
string
$addressCountry

Returns

Mapbender\CoreBundle\Entity\Contact
public string
# getAddressCountry( )

Get addressCountry

Get addressCountry

Returns

string
public integer
# getId( )

Get id

Get id

Returns

integer
Properties summary
protected integer $id
#

$id

$id

ORM\Column(type="integer")

ORM\GeneratedValue(strategy="AUTO")

ORM\Id

protected mixed $person
#

ORM\Column(type="string",nullable=true)

protected mixed $position
#

ORM\Column(type="string",nullable=true)

protected mixed $organization
#

ORM\Column(type="string",nullable=true)

protected mixed $voiceTelephone
#

ORM\Column(type="string",nullable=true)

protected mixed $facsimileTelephone
#

ORM\Column(type="string",nullable=true)

protected mixed $electronicMailAddress
#

ORM\Column(type="string",nullable=true)

protected mixed $address
#

ORM\Column(type="string",nullable=true)

protected mixed $addressType
#

ORM\Column(type="string",nullable=true)

protected mixed $addressCity
#

ORM\Column(type="string",nullable=true)

protected mixed $addressStateOrProvince
#

ORM\Column(type="string",nullable=true)

protected mixed $addressPostCode
#

ORM\Column(type="string",nullable=true)

protected mixed $addressCountry
#

ORM\Column(type="string",nullable=true)

Mapbender3 API documenation API documentation generated by ApiGen 2.8.0