Documentation

Horde_Core_Mime_Viewer_Vcard extends Horde_Mime_Viewer_Base
in package

The Horde_Core_Mime_Viewer_Vcard class renders out vCards in HTML format.

Copyright 2002-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
author

Jan Schneider jan@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

Properties

$_capability  : array<string|int, mixed>
This driver's display capabilities.
$_imageUrl  : Horde_Url
URL that can be used as a callback for displaying images.

Methods

__construct()  : mixed
Constructor.
_render()  : array<string|int, mixed>
Return the full rendered version of the Horde_Mime_Part object.
_renderInline()  : array<string|int, mixed>
Return the rendered inline version of the Horde_Mime_Part object.
_row()  : mixed
TODO

Properties

$_capability

This driver's display capabilities.

protected array<string|int, mixed> $_capability = array('full' => \true, 'info' => \false, 'inline' => \true, 'raw' => \false)

$_imageUrl

URL that can be used as a callback for displaying images.

protected Horde_Url $_imageUrl

Methods

__construct()

Constructor.

public __construct(Horde_Mime_Part $part[, array<string|int, mixed> $conf = array() ]) : mixed
Parameters
$part : Horde_Mime_Part

The object with the data to be rendered.

$conf : array<string|int, mixed> = array()

Configuration:

  • browser: (Horde_Browser) Browser object.
  • notification: (Horde_Notification_Base) Notification object.
  • prefs: (Horde_Prefs) Prefs object.
  • registry: (Horde_Registry) Registry object.
Tags
throws
InvalidArgumentException

_render()

Return the full rendered version of the Horde_Mime_Part object.

protected _render() : array<string|int, mixed>
Return values
array<string|int, mixed>

See parent::render().

_renderInline()

Return the rendered inline version of the Horde_Mime_Part object.

protected _renderInline() : array<string|int, mixed>
Return values
array<string|int, mixed>

See parent::render().

_row()

TODO

protected _row(mixed $label, mixed $value[, mixed $encode = true ]) : mixed
Parameters
$label : mixed
$value : mixed
$encode : mixed = true

        
On this page

Search results