IMP_Basic_Thread
extends IMP_Basic_Base
in package
Message thread display.
Usable in both basic and dynamic views.
Tags
Table of Contents
Properties
- $header_params : array<string|int, mixed>
- $indices : IMP_Indices_Mailbox
- $output : string
- $title : string
- $vars : Horde_Variables
Methods
- __construct() : mixed
- render() : mixed
- status() : mixed
- url() : mixed
- _buildAddressLinks() : string
- Builds a string containing a list of addresses.
- _init() : mixed
Properties
$header_params
public
array<string|int, mixed>
$header_params
= array()
$indices
public
IMP_Indices_Mailbox
$indices
$output
public
string
$output
$title
public
string
$title
$vars
public
Horde_Variables
$vars
Methods
__construct()
public
__construct(Horde_Variables $vars) : mixed
Parameters
- $vars : Horde_Variables
render()
public
render() : mixed
status()
public
status() : mixed
url()
public
static url([array<string|int, mixed> $opts = array() ]) : mixed
Parameters
- $opts : array<string|int, mixed> = array()
_buildAddressLinks()
Builds a string containing a list of addresses.
protected
_buildAddressLinks(Horde_Mail_Rfc822_List $addrlist[, Horde_Url $addURL = null ][, bool $link = true ]) : string
Parameters
- $addrlist : Horde_Mail_Rfc822_List
-
An address list.
- $addURL : Horde_Url = null
-
The self URL.
- $link : bool = true
-
Link each address to the compose screen?
Return values
string —String containing the formatted address list.
_init()
protected
_init() : mixed