Mapbender 3.0.6.2 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

  • AclEntry
  • BasicProfile
  • Group
  • Session
  • User
  • UserLogEntry

Class BasicProfile

Basic profile entity

Namespace: FOM\UserBundle\Entity
Author: Christian Wygoda
ORM\Entity()
ORM\Table(name="fom_profile_basic")
Located at FOM/UserBundle/Entity/BasicProfile.php

Methods summary

public FOM\UserBundle\Entity\BasicProfile
# setOrganizationName( string $organizationName )

Set organizationName

Set organizationName

Parameters

$organizationName

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getOrganizationName( )

Get organizationName

Get organizationName

Returns

string
string
public FOM\UserBundle\Entity\BasicProfile
# setUid( FOM\UserBundle\Entity\User $uid )

Set uid

Set uid

Parameters

$uid

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public FOM\UserBundle\Entity\User
# getUid( )

Get uid

Get uid

Returns

FOM\UserBundle\Entity\User
\FOM\UserBundle\Entity\User
public FOM\UserBundle\Entity\BasicProfile
# setOrganizationRole( string $organizationRole )

Set organizationRole

Set organizationRole

Parameters

$organizationRole

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getOrganizationRole( )

Get organizationRole

Get organizationRole

Returns

string
string
public static array
# getOrganizationRoleChoices( )

Get array of possible organization roles, e.g for form or validation

Get array of possible organization roles, e.g for form or validation

Returns

array
Key-Value pairs of roles
public FOM\UserBundle\Entity\BasicProfile
# setFirstName( string $firstName )

Set firstName

Set firstName

Parameters

$firstName

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getFirstName( )

Get firstName

Get firstName

Returns

string
string
public FOM\UserBundle\Entity\BasicProfile
# setLastName( string $lastName )

Set lastName

Set lastName

Parameters

$lastName

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getLastName( )

Get lastName

Get lastName

Returns

string
string
public FOM\UserBundle\Entity\BasicProfile
# setNotes( string $notes )

Set notes

Set notes

Parameters

$notes

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getNotes( )

Get notes

Get notes

Returns

string
string
public FOM\UserBundle\Entity\BasicProfile
# setPhone( string $phone )

Set phone

Set phone

Parameters

$phone

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getPhone( )

Get phone

Get phone

Returns

string
string
public FOM\UserBundle\Entity\BasicProfile
# setStreet( string $street )

Set street

Set street

Parameters

$street

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getStreet( )

Get street

Get street

Returns

string
string
public FOM\UserBundle\Entity\BasicProfile
# setZipCode( string $zipCode )

Set zipCode

Set zipCode

Parameters

$zipCode

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getZipCode( )

Get zipCode

Get zipCode

Returns

string
string
public FOM\UserBundle\Entity\BasicProfile
# setCity( string $city )

Set city

Set city

Parameters

$city

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getCity( )

Get city

Get city

Returns

string
string
public FOM\UserBundle\Entity\BasicProfile
# setCountry( string $country )

Set country

Set country

Parameters

$country

Returns

FOM\UserBundle\Entity\BasicProfile
BasicProfile
public string
# getCountry( )

Get country

Get country

Returns

string
string

Magic methods summary

Constants summary

string ORG_ROLE_AUTHOR
#'author'
string ORG_ROLE_CUSTODIAN
#'custodian'
string ORG_ROLE_DISTRIBUTOR
#'distributor'
string ORG_ROLE_ORIGINATOR
#'originator'
string ORG_ROLE_OWNER
#'owner'
string ORG_ROLE_POINTOFCONTACT
#'pointOfContact'
string ORG_ROLE_PRINCIPALINVESTIGATOR
#'principalInvestigator'
string ORG_ROLE_PROCESSOR
#'processor'
string ORG_ROLE_PUBLISHER
#'publisher'
string ORG_ROLE_RESOURCEPROVIDER
#'resourceProvider'
string ORG_ROLE_USER
#'user'

Properties summary

protected mixed $uid

No annotations here, the Doctrine metadata is added dynamically in the loadClassMetadata event in FOM\UserBundle\EventListener\UserProfileListener

No annotations here, the Doctrine metadata is added dynamically in the loadClassMetadata event in FOM\UserBundle\EventListener\UserProfileListener

#
protected mixed $firstName

ORM\Column(type="string",

nullable=true)
#
protected mixed $lastName

ORM\Column(type="string",

nullable=true)
#
protected mixed $notes

ORM\Column(type="text",

nullable=true)
#
protected mixed $phone

ORM\Column(type="string",

nullable=true)
#
protected mixed $street

ORM\Column(type="string",

nullable=true)
#
protected mixed $zipCode

ORM\Column(type="string",

nullable=true)
#
protected mixed $city

ORM\Column(type="string",

nullable=true)
#
protected mixed $country

ORM\Column(type="string",

nullable=true)
#
protected mixed $organizationName

ORM\Column(type="string",

nullable=true)
#
protected mixed $organizationRole

ORM\Column(type="string",

nullable=true)
#
Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0