PHP Class Horde_Core_Mime_Viewer_Vcard, horde

Copyright 2002-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Mime_Viewer_Base
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_capability array This driver's display capabilities.
$_imageUrl Horde_Url URL that can be used as a callback for displaying images.

Public Methods

Method Description
__construct ( Horde_Mime_Part $part, array $conf = [] ) Constructor.

Protected Methods

Method Description
_render ( ) : array Return the full rendered version of the Horde_Mime_Part object.
_renderInline ( ) : array Return the rendered inline version of the Horde_Mime_Part object.
_row ( $label, $value, $encode = true ) TODO

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Mime_Part $part, array $conf = [] )
$part Horde_Mime_Part The object with the data to be rendered.
$conf array Configuration: - browser: (Horde_Browser) Browser object. - notification: (Horde_Notification_Base) Notification object. - prefs: (Horde_Prefs) Prefs object. - registry: (Horde_Registry) Registry object.

_render() protected method

Return the full rendered version of the Horde_Mime_Part object.
protected _render ( ) : array
return array See parent::render().

_renderInline() protected method

Return the rendered inline version of the Horde_Mime_Part object.
protected _renderInline ( ) : array
return array See parent::render().

_row() protected method

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

Property Details

$_capability protected_oe property

This driver's display capabilities.
protected array $_capability
return array

$_imageUrl protected_oe property

URL that can be used as a callback for displaying images.
protected Horde_Url $_imageUrl
return Horde_Url