IMP_Basic_Listinfo
extends IMP_Basic_Base
in package
List information 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
- _init() : mixed
- _parseListHeaders() : string
- Parse the information in mailing list headers.
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()
-
Options:
- buid: (string) BUID of message.
- full: (boolean) Full URL?
- mailbox: (string) Mailbox of message.
_init()
protected
_init() : mixed
_parseListHeaders()
Parse the information in mailing list headers.
protected
_parseListHeaders(string $id, string $data) : string
Parameters
- $id : string
-
The header ID.
- $data : string
-
The header text to process.
Return values
string —The HTML-escaped header value.