Mapbender 3.0.6.3 API documenation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • FOM
    • CoreBundle
      • Component
      • DependencyInjection
      • Doctrine
        • Types
      • Form
        • DataTransformer
        • Type
    • ManagerBundle
      • Component
      • Configuration
      • Controller
      • DependencyInjection
        • Compiler
      • Form
        • Type
      • Routing
    • UserBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
        • Factory
      • Entity
      • EventListener
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Firewall
  • Mapbender
    • Component
    • CoreBundle
      • Asset
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
          • Application
      • DependencyInjection
        • Compiler
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
      • Tests
        • Controller
      • Utils
      • Validator
        • Constraints
    • DataSourceBundle
      • Component
        • Drivers
          • Interfaces
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Extension
      • Tests
    • DigitizerBundle
      • Component
      • Element
        • Type
      • Entity
      • Utils
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Component
        • Exception
      • Controller
      • Form
        • DataTransformer
        • Type
      • Template
    • MobileBundle
      • DependencyInjection
      • Template
    • PrintBundle
      • Component
      • Element
        • Type
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
      • Tests
        • Component
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • Event
      • Form
        • DataTransformer
        • EventListener
        • Type
  • None
  • OwsProxy3
    • CoreBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Entity
      • Event
      • EventListener
      • Worker
  • PHP

Classes

  • Application
  • Contact
  • Element
  • ElementRepository
  • Keyword
  • Layerset
  • RegionProperties
  • Source
  • SourceInstance
  • SourceInstanceItem
  • SourceItem
  • SRS
  • State

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

Returns

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

Get person

Get person

Returns

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

Set position

Set position

Parameters

$position

Returns

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

Get position

Get position

Returns

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

Set organization

Set organization

Parameters

$organization

Returns

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

Get organization

Get organization

Returns

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

Set voiceTelephone

Set voiceTelephone

Parameters

$voiceTelephone

Returns

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

Get voiceTelephone

Get voiceTelephone

Returns

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

Set facsimileTelephone

Set facsimileTelephone

Parameters

$facsimileTelephone

Returns

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

Get facsimileTelephone

Get facsimileTelephone

Returns

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

Set electronicMailAddress

Set electronicMailAddress

Parameters

$electronicMailAddress

Returns

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

Get electronicMailAddress

Get electronicMailAddress

Returns

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

Set address

Set address

Parameters

$address

Returns

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

Get address

Get address

Returns

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

Set addressType

Set addressType

Parameters

$addressType

Returns

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

Get addressType

Get addressType

Returns

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

Set addressCity

Set addressCity

Parameters

$addressCity

Returns

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

Get addressCity

Get addressCity

Returns

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

Set addressStateOrProvince

Set addressStateOrProvince

Parameters

$addressStateOrProvince

Returns

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

Get addressStateOrProvince

Get addressStateOrProvince

Returns

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

Set addressPostCode

Set addressPostCode

Parameters

$addressPostCode

Returns

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

Get addressPostCode

Get addressPostCode

Returns

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

Set addressCountry

Set addressCountry

Parameters

$addressCountry

Returns

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

Get addressCountry

Get addressCountry

Returns

string
string
public integer
# getId( )

Get id

Get id

Returns

integer
integer

Magic methods summary

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)

#
Mapbender 3.0.6.3 API documenation API documentation generated by ApiGen 2.8.0