Documentation

IMP_Basic_Listinfo extends IMP_Basic_Base
in package

List information display.

Usable in both basic and dynamic views.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

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

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()

$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

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.

_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.


        
On this page

Search results