Sf TIC Bundles

Maillog
in package

Entité représentant un évènement du journal des envois.

Tags
ORM\Table

(name="tic_mail_maillog")

ORM\Entity

(repositoryClass=EntityRepo::class)

Table of Contents

Properties

$body  : mixed
$contentType  : mixed
$createdAt  : mixed
$errorMsg  : mixed
$id  : mixed
$locale  : mixed
$mailBcc  : mixed
$mailFrom  : mixed
$mailRcpt  : mixed
$messageId  : mixed
$origin  : mixed
$returnPath  : mixed
$sendCode  : mixed
$subject  : mixed
$template  : mixed

Methods

__construct()  : mixed
__toString()  : mixed
getBody()  : string
Get body
getContentType()  : string
Get contentType
getCreatedAt()  : DateTime
Get createdAt
getErrorMsg()  : string
Get errorMsg
getId()  : int
Get id
getLocale()  : string
Get locale
getMailBcc()  : string
Get mailBcc
getMailFrom()  : string
Get mailFrom
getMailRcpt()  : string
Get mailRcpt
getMessageId()  : string
Get messageId
getOrigin()  : string
Get origin
getReturnPath()  : string
Get returnPath
getSendCode()  : int
Get sendCode
getSubject()  : string
Get subject
getTemplate()  : string
Get template
loadData()  : void
setBody()  : Maillog
Set body
setContentType()  : Maillog
Set contentType
setCreatedAt()  : Maillog
Set createdAt
setErrorMsg()  : Maillog
Set errorMsg
setLocale()  : Maillog
Set locale
setMailBcc()  : Maillog
Set mailBcc
setMailFrom()  : Maillog
Set mailFrom
setMailRcpt()  : Maillog
Set mailRcpt
setMessageId()  : Maillog
Set messageId
setOrigin()  : Maillog
Set origin
setReturnPath()  : Maillog
Set returnPath
setSendCode()  : Maillog
Set sendCode
setSubject()  : Maillog
Set subject
setTemplate()  : Maillog
Set template

Properties

$body

private mixed $body
Tags
ORM\Column

(type="text", nullable=true)

$contentType

private mixed $contentType
Tags
ORM\Column

(type="string", length=25, nullable=true)

$createdAt

private mixed $createdAt
Tags
ORM\Column

(type="datetime")

$errorMsg

private mixed $errorMsg
Tags
ORM\Column

(type="string", length=250, nullable=true)

$id

private mixed $id
Tags
ORM\Column

(type="integer")

ORM\GeneratedValue

(strategy="AUTO")

ORM\Id

$locale

private mixed $locale
Tags
ORM\Column

(type="string", length=10, nullable=true)

$mailBcc

private mixed $mailBcc
Tags
ORM\Column

(type="string", length=250, nullable=true)

$mailFrom

private mixed $mailFrom
Tags
ORM\Column

(type="string", length=250, nullable=true)

$mailRcpt

private mixed $mailRcpt
Tags
ORM\Column

(type="string", length=250, nullable=true)

$messageId

private mixed $messageId
Tags
ORM\Column

(type="string", length=250, nullable=true)

$origin

private mixed $origin
Tags
ORM\Column

(type="string", length=250)

$returnPath

private mixed $returnPath
Tags
ORM\Column

(type="string", length=250, nullable=true)

$sendCode

private mixed $sendCode
Tags
ORM\Column

(type="smallint", nullable=true)

$subject

private mixed $subject
Tags
ORM\Column

(type="string", length=250, nullable=true)

$template

private mixed $template
Tags
ORM\Column

(type="string", length=100, nullable=true)

Methods

__construct()

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

__toString()

public __toString() : mixed

getBody()

Get body

public getBody() : string
Return values
string

getContentType()

Get contentType

public getContentType() : string
Return values
string

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getErrorMsg()

Get errorMsg

public getErrorMsg() : string
Return values
string

getId()

Get id

public getId() : int
Return values
int

getLocale()

Get locale

public getLocale() : string
Return values
string

getMailBcc()

Get mailBcc

public getMailBcc() : string
Return values
string

getMailFrom()

Get mailFrom

public getMailFrom() : string
Return values
string

getMailRcpt()

Get mailRcpt

public getMailRcpt() : string
Return values
string

getMessageId()

Get messageId

public getMessageId() : string
Return values
string

getOrigin()

Get origin

public getOrigin() : string
Return values
string

getReturnPath()

Get returnPath

public getReturnPath() : string
Return values
string

getSendCode()

Get sendCode

public getSendCode() : int
Return values
int

getSubject()

Get subject

public getSubject() : string
Return values
string

getTemplate()

Get template

public getTemplate() : string
Return values
string

loadData()

public loadData([array<string|int, mixed> $data = [] ]) : void
Parameters
$data : array<string|int, mixed> = []

setBody()

Set body

public setBody(string $body) : Maillog
Parameters
$body : string
Return values
Maillog

setContentType()

Set contentType

public setContentType(string $contentType) : Maillog
Parameters
$contentType : string
Return values
Maillog

setCreatedAt()

Set createdAt

public setCreatedAt(DateTime $createdAt) : Maillog
Parameters
$createdAt : DateTime
Return values
Maillog

setErrorMsg()

Set errorMsg

public setErrorMsg(string $errorMsg) : Maillog
Parameters
$errorMsg : string
Return values
Maillog

setLocale()

Set locale

public setLocale(string $locale) : Maillog
Parameters
$locale : string
Return values
Maillog

setMailBcc()

Set mailBcc

public setMailBcc(string|array<string|int, mixed> $mailBcc) : Maillog
Parameters
$mailBcc : string|array<string|int, mixed>
Return values
Maillog

setMailFrom()

Set mailFrom

public setMailFrom(string|array<string|int, mixed> $mailFrom) : Maillog
Parameters
$mailFrom : string|array<string|int, mixed>
Return values
Maillog

setMailRcpt()

Set mailRcpt

public setMailRcpt(string|array<string|int, mixed> $mailRcpt) : Maillog
Parameters
$mailRcpt : string|array<string|int, mixed>
Return values
Maillog

setMessageId()

Set messageId

public setMessageId(string $messageId) : Maillog
Parameters
$messageId : string
Return values
Maillog

setOrigin()

Set origin

public setOrigin(string $origin) : Maillog
Parameters
$origin : string
Return values
Maillog

setReturnPath()

Set returnPath

public setReturnPath(string $returnPath) : Maillog
Parameters
$returnPath : string
Return values
Maillog

setSendCode()

Set sendCode

public setSendCode(int $sendCode) : Maillog
Parameters
$sendCode : int
Return values
Maillog

setSubject()

Set subject

public setSubject(string $subject) : Maillog
Parameters
$subject : string
Return values
Maillog

setTemplate()

Set template

public setTemplate(string $template) : Maillog
Parameters
$template : string
Return values
Maillog

        
On this page

Search results