\Horde_Core_Mime_Viewer_Vcard

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.

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
_render()
_renderInline()
_row()
$_capability
$_imageUrl
N/A
No private methods found
No private properties found
N/A

Properties

$_capability

$_capability : array

This driver's display capabilities.

Type

array

$_imageUrl

$_imageUrl : \Horde_Url

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

Type

\Horde_Url

Methods

__construct()

__construct(\Horde_Mime_Part  $part, array  $conf = array()) 

Constructor.

Parameters

\Horde_Mime_Part $part

The object with the data to be rendered.

array $conf

Configuration:

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

Throws

\InvalidArgumentException

_render()

_render() : array

Return the full rendered version of the Horde_Mime_Part object.

Returns

array —

See parent::render().

_renderInline()

_renderInline() : array

Return the rendered inline version of the Horde_Mime_Part object.

Returns

array —

See parent::render().

_row()

_row(  $label,   $value,   $encode = true) 

TODO

Parameters

$label
$value
$encode