Mail
in package
Tags
Table of Contents
Properties
Methods
- getEmail() : string
- Get email
- getId() : int
- Get id
- getIsActive() : bool
- Get isActive
- setEmail() : Mail
- Set email
- setIsActive() : Mail
- Set isActive
Properties
private
string
$email
Tags
$id
private
int
$id
Tags
$isActive
private
bool
$isActive
Tags
Methods
getEmail()
Get email
public
getEmail() : string
Return values
stringgetId()
Get id
public
getId() : int
Return values
intgetIsActive()
Get isActive
public
getIsActive() : bool
Return values
boolsetEmail()
Set email
public
setEmail(string $email) : Mail
Parameters
- $email : string
Return values
MailsetIsActive()
Set isActive
public
setIsActive(bool $isActive) : Mail
Parameters
- $isActive : bool