Class Entity
Class UserEntity
- ORM\Entity
-
Faulancer\ORM\Entity
-
Faulancer\ORM\User\Entity
protected static
array
|
$relations
|
#
[
'roles' => [RoleEntity::class, ['id' => 'user_id'], 'users', 'userrole']
]
|
protected static
string
|
$tableName
|
#
'user'
|
public
integer
|
$id
|
public
string
|
$firstname
|
public
string
|
$lastname
|
public
string
|
$email
|
public
string
|
$login
|
public
string
|
$password
|
public
|
$roles
|