PHP 클래스 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.
저자: Jan Schneider ([email protected])
상속: extends Horde_Mime_Viewer_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_capability array This driver's display capabilities.
$_imageUrl Horde_Url URL that can be used as a callback for displaying images.

공개 메소드들

메소드 설명
__construct ( Horde_Mime_Part $part, array $conf = [] ) Constructor.

보호된 메소드들

메소드 설명
_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

메소드 상세

__construct() 공개 메소드

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() 보호된 메소드

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

_renderInline() 보호된 메소드

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

_row() 보호된 메소드

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

프로퍼티 상세

$_capability 보호되어 있는 프로퍼티

This driver's display capabilities.
protected array $_capability
리턴 array

$_imageUrl 보호되어 있는 프로퍼티

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