Documentation

IMP_Mailbox_List_Thread
in package

This class represents thread information for a single message.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2012-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Constants

BLANK  = 0
JOIN  = 2
JOINBOTTOM  = 4
JOINBOTTOM_DOWN  = 3
LINE  = 1

Properties

$img  : string
$raw  : string
$reverse_img  : string
$reverse_raw  : string
$_data  : string
Thread information.

Methods

__construct()  : mixed
Constructor.
__get()  : mixed

Constants

JOINBOTTOM

public mixed JOINBOTTOM = 4

JOINBOTTOM_DOWN

public mixed JOINBOTTOM_DOWN = 3

Properties

$img read-only

public string $img

An image HTML tag of the thread.

$raw read-only

public string $raw

The raw thread data.

$reverse_img read-only

public string $reverse_img

An image HTML tag of the thread (reversed).

$reverse_raw read-only

public string $reverse_raw

The raw thread data (reversed).

$_data

Thread information.

protected string $_data

Methods

__construct()

Constructor.

public __construct(string $data) : mixed
Parameters
$data : string

The thread information.

__get()

public __get(mixed $name) : mixed
Parameters
$name : mixed

        
On this page

Search results