Maillog
in package
Entité représentant un évènement du journal des envois.
Tags
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
$contentType
private
mixed
$contentType
Tags
$createdAt
private
mixed
$createdAt
Tags
$errorMsg
private
mixed
$errorMsg
Tags
$id
private
mixed
$id
Tags
$locale
private
mixed
$locale
Tags
$mailBcc
private
mixed
$mailBcc
Tags
$mailFrom
private
mixed
$mailFrom
Tags
$mailRcpt
private
mixed
$mailRcpt
Tags
$messageId
private
mixed
$messageId
Tags
$origin
private
mixed
$origin
Tags
$returnPath
private
mixed
$returnPath
Tags
$sendCode
private
mixed
$sendCode
Tags
$subject
private
mixed
$subject
Tags
$template
private
mixed
$template
Tags
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
stringgetContentType()
Get contentType
public
getContentType() : string
Return values
stringgetCreatedAt()
Get createdAt
public
getCreatedAt() : DateTime
Return values
DateTimegetErrorMsg()
Get errorMsg
public
getErrorMsg() : string
Return values
stringgetId()
Get id
public
getId() : int
Return values
intgetLocale()
Get locale
public
getLocale() : string
Return values
stringgetMailBcc()
Get mailBcc
public
getMailBcc() : string
Return values
stringgetMailFrom()
Get mailFrom
public
getMailFrom() : string
Return values
stringgetMailRcpt()
Get mailRcpt
public
getMailRcpt() : string
Return values
stringgetMessageId()
Get messageId
public
getMessageId() : string
Return values
stringgetOrigin()
Get origin
public
getOrigin() : string
Return values
stringgetReturnPath()
Get returnPath
public
getReturnPath() : string
Return values
stringgetSendCode()
Get sendCode
public
getSendCode() : int
Return values
intgetSubject()
Get subject
public
getSubject() : string
Return values
stringgetTemplate()
Get template
public
getTemplate() : string
Return values
stringloadData()
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
MaillogsetContentType()
Set contentType
public
setContentType(string $contentType) : Maillog
Parameters
- $contentType : string
Return values
MaillogsetCreatedAt()
Set createdAt
public
setCreatedAt(DateTime $createdAt) : Maillog
Parameters
- $createdAt : DateTime
Return values
MaillogsetErrorMsg()
Set errorMsg
public
setErrorMsg(string $errorMsg) : Maillog
Parameters
- $errorMsg : string
Return values
MaillogsetLocale()
Set locale
public
setLocale(string $locale) : Maillog
Parameters
- $locale : string
Return values
MaillogsetMailBcc()
Set mailBcc
public
setMailBcc(string|array<string|int, mixed> $mailBcc) : Maillog
Parameters
- $mailBcc : string|array<string|int, mixed>
Return values
MaillogsetMailFrom()
Set mailFrom
public
setMailFrom(string|array<string|int, mixed> $mailFrom) : Maillog
Parameters
- $mailFrom : string|array<string|int, mixed>
Return values
MaillogsetMailRcpt()
Set mailRcpt
public
setMailRcpt(string|array<string|int, mixed> $mailRcpt) : Maillog
Parameters
- $mailRcpt : string|array<string|int, mixed>
Return values
MaillogsetMessageId()
Set messageId
public
setMessageId(string $messageId) : Maillog
Parameters
- $messageId : string
Return values
MaillogsetOrigin()
Set origin
public
setOrigin(string $origin) : Maillog
Parameters
- $origin : string
Return values
MaillogsetReturnPath()
Set returnPath
public
setReturnPath(string $returnPath) : Maillog
Parameters
- $returnPath : string
Return values
MaillogsetSendCode()
Set sendCode
public
setSendCode(int $sendCode) : Maillog
Parameters
- $sendCode : int
Return values
MaillogsetSubject()
Set subject
public
setSubject(string $subject) : Maillog
Parameters
- $subject : string
Return values
MaillogsetTemplate()
Set template
public
setTemplate(string $template) : Maillog
Parameters
- $template : string