IMP_Mailbox_List_Thread
in package
This class represents thread information for a single message.
Tags
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
BLANK
public
mixed
BLANK
= 0
JOIN
public
mixed
JOIN
= 2
JOINBOTTOM
public
mixed
JOINBOTTOM
= 4
JOINBOTTOM_DOWN
public
mixed
JOINBOTTOM_DOWN
= 3
LINE
public
mixed
LINE
= 1
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