Horde_ListHeaders_Id
extends Horde_ListHeaders_Object
in package
Object representation of a List-ID (RFC 2919) element.
Tags
Table of Contents
- $id : string
- $label : string
- $_id : string
- List ID.
- $_label : mixed
- List label.
- __construct() : mixed
- Constructor.
- __get() : mixed
Properties
$id
public
string
$id
List ID.
$label
public
string
$label
List label.
$_id
List ID.
protected
string
$_id
$_label
List label.
protected
mixed
$_label
= \null
string.
Methods
__construct()
Constructor.
public
__construct(string $id[, string $label = null ]) : mixed
Parameters
- $id : string
-
List ID.
- $label : string = null
-
List label.
Return values
mixed —__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed