Property | Type | Description | |
---|---|---|---|
$views | array | Views to display this status in. |
Property | Type | Description | |
---|---|---|---|
$_domid | string | DOM ID to use for the status block. | |
$_icon | string | Icon image HTML. | |
$_part | Horde_Mime_Part | MIME Part that this status object refers to. | |
$_text | array | List of text to output. Each entry will be output on a newline. |
Method | Description | |
---|---|---|
__construct ( Horde_Mime_Part $part = null, mixed $text = null ) | Constructor. | |
__toString ( ) : string | Output status block HTML. | |
action ( integer $type ) | Pre-defined actions. | |
addMimeAction ( string $action, string $text, array $attr = [] ) | Adds a MIME Viewer action to the status text. | |
addText ( mixed $text ) | Adds text line(s) to the output. | |
domid ( string $id = null ) | Set a DOM ID for the status block. | |
icon ( string $img, string $alt = null ) | Set the icon to use for the status block (Default: no icon). |
public __construct ( Horde_Mime_Part $part = null, mixed $text = null ) | ||
$part | Horde_Mime_Part | MIME Part. |
$text | mixed | See addText(). |
public __toString ( ) : string | ||
return | string | The formatted status message HTML. |
protected string $_domid | ||
return | string |
protected Horde_Mime_Part $_part | ||
return | Horde_Mime_Part |
protected array $_text | ||
return | array |