Horde_Core_Mime_Viewer_Syntaxhighlighter
extends Horde_Mime_Viewer_Syntaxhighlighter
in package
The Horde_Mime_Viewer_Syntaxhighlighter class renders source code appropriate for highlighting with http://alexgorbatchev.com/SyntaxHighlighter/.
Copyright 2003-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
Table of Contents
Properties
- $_shBrushes : mixed
- $_shLoaded : mixed
Methods
- _renderInline() : array<string|int, mixed>
- Return the rendered inline version of the Horde_Mime_Part object.
Properties
$_shBrushes
protected
static mixed
$_shBrushes
= array()
$_shLoaded
protected
static mixed
$_shLoaded
= \false
Methods
_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().