Logidav Docs

Mail
in package

Mail

Tags
ORM\Table

(name="mz_mail")

ORM\Entity

(repositoryClass="AppBundle\Repository\MailRepository")

Table of Contents

Properties

$email  : string
$id  : int
$isActive  : bool

Methods

getEmail()  : string
Get email
getId()  : int
Get id
getIsActive()  : bool
Get isActive
setEmail()  : Mail
Set email
setIsActive()  : Mail
Set isActive

Properties

$email

private string $email
Tags
ORM\Column

(name="email", type="string", length=255)

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$isActive

private bool $isActive
Tags
ORM\Column

(name="is_active", type="boolean", options={"default":true})

Methods

getEmail()

Get email

public getEmail() : string
Return values
string

getId()

Get id

public getId() : int
Return values
int

getIsActive()

Get isActive

public getIsActive() : bool
Return values
bool

setEmail()

Set email

public setEmail(string $email) : Mail
Parameters
$email : string
Return values
Mail

setIsActive()

Set isActive

public setIsActive(bool $isActive) : Mail
Parameters
$isActive : bool
Return values
Mail

        
On this page

Search results