PHP 클래스 Horde_Mime_Viewer_Richtext, horde

A minimal richtext implementation is one that simply converts "" to "<", converts CRLFs to SPACE, converts to a newline according to local newline convention, removes everything between a command and the next balancing command, and removes all other formatting commands (all text enclosed in angle brackets). We implement the following tags: , , , , , ,
, , , , , , , , , , , The following tags are implemented differently than described in the RFC (due to limitations in HTML output): - Output as centered, bold text. - Output as centered, bold text. - Output as paragraph break. The following tags are NOT implemented: , , , , , , Copyright 2004-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.
저자: Michael Slusarz ([email protected])
상속: extends Horde_Mime_Viewer_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_capability array This driver's display capabilities.

보호된 메소드들

메소드 설명
_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.
_toHTML ( ) : string Convert richtext to HTML.

메소드 상세

_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().

_toHTML() 보호된 메소드

Convert richtext to HTML.
protected _toHTML ( ) : string
리턴 string The converted HTML string.

프로퍼티 상세

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

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