STATUS_ACTIVE
STATUS_ACTIVE = true
User
setId(integer $id) : \AclUser\Entity\User
Set the id for this user used in unit tests only
integer | $id |
setEmail(string $email) : \AclUser\Entity\User
Set email
string |
setFullName(string $fullName) : \AclUser\Entity\User
Set fullName
string | $fullName |
setPassword(string $password) : \AclUser\Entity\User
Set password
string | $password |
setPhoto(boolean $photo) : \AclUser\Entity\User
Set photo whether user has uploaded a photo
boolean | $photo |
user entity object
setStatus(boolean $status) : \AclUser\Entity\User
Set status
boolean | $status |
setDateCreated(\DateTime $dateCreated) : \AclUser\Entity\User
Set dateCreated
\DateTime | $dateCreated |
setPwdResetToken(string $pwdResetToken) : \AclUser\Entity\User
Set pwdResetToken
string | $pwdResetToken |
setPwdResetTokenDate(\DateTime $pwdResetTokenDate) : \AclUser\Entity\User
Set pwdResetTokenDate
\DateTime | $pwdResetTokenDate |