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
Author: Christian Wygoda
ORM\Entity()
ORM\Table(name="fom_profile_basic")
Located at FOM/UserBundle/Entity/BasicProfile.php
Methods summary
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public static
array
|
#
getOrganizationRoleChoices( )
Get array of possible organization roles, e.g for form or validation |
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
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 |
|
protected
mixed
|
$firstName
|
|
protected
mixed
|
$lastName
|
|
protected
mixed
|
$notes
|
|
protected
mixed
|
$phone
|
|
protected
mixed
|
$street
|
|
protected
mixed
|
$zipCode
|
|
protected
mixed
|
$city
|
|
protected
mixed
|
$country
|
|
protected
mixed
|
$organizationName
|
|
protected
mixed
|
$organizationRole
|