Horde_ListHeaders_Base
extends Horde_ListHeaders_Object
in package
Object representation of a basic list header (RFC 2369) element.
Tags
Table of Contents
- $comments : string
- $url : string
- $_comments : array<string|int, mixed>
- Comments.
- $_url : mixed
- URL.
- __construct() : mixed
- Constructor.
- __get() : mixed
Properties
$comments
public
string
$comments
Comments.
$url
public
string
$url
URL.
$_comments
Comments.
protected
array<string|int, mixed>
$_comments
= array()
$_url
URL.
protected
mixed
$_url
string.
Methods
__construct()
Constructor.
public
__construct(string $url[, array<string|int, mixed> $comments = array() ]) : mixed
Parameters
- $url : string
-
URL.
- $comments : array<string|int, mixed> = array()
-
Comments.
Return values
mixed —__get()
public
__get(mixed $name) : mixed
Parameters
- $name : mixed