PHP Class IMP_Basic_Listinfo, horde

Usable in both basic and dynamic views.
Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Basic_Base
ファイルを表示 Open project: horde/horde Class Usage Examples

Public Methods

Method Description
status ( )
url ( array $opts = [] )

Protected Methods

Method Description
_init ( )
_parseListHeaders ( string $id, string $data ) : string Parse the information in mailing list headers.

Method Details

_init() protected method

protected _init ( )

_parseListHeaders() protected method

Parse the information in mailing list headers.
protected _parseListHeaders ( string $id, string $data ) : string
$id string The header ID.
$data string The header text to process.
return string The HTML-escaped header value.

status() public method

public status ( )

url() public static method

public static url ( array $opts = [] )
$opts array Options: - buid: (string) BUID of message. - full: (boolean) Full URL? - mailbox: (string) Mailbox of message.