PHP Class Ojs\UserBundle\Entity\MultipleMail

Afficher le fichier Open project: ojs/ojs

Méthodes publiques

Méthode Description
getActivationCode ( ) : string Get activationCode
getId ( ) : integer Get id
getIsConfirmed ( ) : boolean Get isConfirmed
getMail ( ) : string Get mail
getUser ( ) : User Get user
getUserId ( ) : integer Get userId
setActivationCode ( string $activationCode ) Set activationCode
setIsConfirmed ( boolean $isConfirmed ) Set isConfirmed
setMail ( string $mail ) Set mail
setUser ( User $user = null ) Set user
setUserId ( integer $userId ) Set userId

Method Details

getActivationCode() public méthode

Get activationCode
public getActivationCode ( ) : string
Résultat string

getId() public méthode

Get id
public getId ( ) : integer
Résultat integer

getIsConfirmed() public méthode

Get isConfirmed
public getIsConfirmed ( ) : boolean
Résultat boolean

getMail() public méthode

Get mail
public getMail ( ) : string
Résultat string

getUser() public méthode

Get user
public getUser ( ) : User
Résultat User

getUserId() public méthode

Get userId
public getUserId ( ) : integer
Résultat integer

setActivationCode() public méthode

Set activationCode
public setActivationCode ( string $activationCode )
$activationCode string

setIsConfirmed() public méthode

Set isConfirmed
public setIsConfirmed ( boolean $isConfirmed )
$isConfirmed boolean

setMail() public méthode

Set mail
public setMail ( string $mail )
$mail string

setUser() public méthode

Set user
public setUser ( User $user = null )
$user User

setUserId() public méthode

Set userId
public setUserId ( integer $userId )
$userId integer