IMP_Maillog_Message
in package
Object representing a message to be logged.
Tags
Table of Contents
Properties
- $indices : IMP_Indices
- $msgid : string
- $_indices : IMP_Indices
- Index of the message.
- $_msgid : string
- Message-ID.
Methods
- __construct() : mixed
- Constructor.
- __get() : mixed
- __toString() : mixed
- add() : mixed
Properties
$indices read-only
public
IMP_Indices
$indices
Indices object.
$msgid read-only
public
string
$msgid
Message-ID.
$_indices
Index of the message.
protected
IMP_Indices
$_indices
= \null
$_msgid
Message-ID.
protected
string
$_msgid
= \null
Methods
__construct()
Constructor.
public
__construct(mixed $data) : mixed
Parameters
- $data : mixed
-
See add().
__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
__toString()
public
__toString() : mixed
add()
public
add(mixed $data) : mixed
Parameters
- $data : mixed