PHP Class IMP_Maillog_Message, horde

Author: Michael Slusarz ([email protected])
Mostra file Open project: horde/horde

Protected Properties

Property Type Description
$_indices IMP_Indices Index of the message.
$_msgid string Message-ID.

Public Methods

Method Description
__construct ( mixed $data ) Constructor.
__get ( $name )
__toString ( )
add ( $data )

Method Details

__construct() public method

Constructor.
public __construct ( mixed $data )
$data mixed See add().

__get() public method

public __get ( $name )

__toString() public method

public __toString ( )

add() public method

public add ( $data )

Property Details

$_indices protected_oe property

Index of the message.
protected IMP_Indices $_indices
return IMP_Indices

$_msgid protected_oe property

Message-ID.
protected string $_msgid
return string