Class User
Class User: user that have an account in the application.
In this class, the term "organization" refers either to a Junior-Entreprise, Creation and such or a company.
- FOS\UserBundle\Model\User
-
ApiBundle\Entity\User
Namespace: ApiBundle\Entity
Author: Théo FIDRY theo.fidry@gmail.com
Orm\entity
Uniqueentity("email")
Uniqueentity("username")
Located at ApiBundle/Entity/User.php
Author: Théo FIDRY theo.fidry@gmail.com
Orm\entity
Uniqueentity("email")
Uniqueentity("username")
Located at ApiBundle/Entity/User.php
public
|
|
public
|
|
public
DateTime
|
|
public
|
|
public
integer|null
|
|
public
|
|
public
string|null
|
|
public
|
|
public
|
|
public
Doctrine\Common\Collections\ArrayCollection|
|
|
public
|
|
public
string|null
|
|
public
|
|
public
string|null
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
|
|
public
DateTime
|
|
public static
array
|
|
public
|
string |
TYPE_CONTRACTOR
|
#
'TYPE_CONTRACTOR'
|
string |
TYPE_MEMBER
|
#
'TYPE_MEMBER'
|
protected
|
$id
|
|
protected
DateTime
|
$createdAt
|
|
protected
|
$email
|
|
protected
boolean
|
$enabled
|
#
false
|
protected
string
|
$fullname
|
|
protected
string
|
$plainPassword
|
|
protected
|
$roles
|
|
protected
|
$username
|
|
protected
Doctrine\Common\Collections\ArrayCollection| |
$jobs
List of job for this user. |
|
protected
DateTime
|
$updatedAt
|