Text_Highlighter
[ class tree: Text_Highlighter ] [ index: Text_Highlighter ] [ all elements ]

File: Html.php

Source Location: /Text_Highlighter-0.7.3/Text/Highlighter/Renderer/Html.php

Classes:

Text_Highlighter_Renderer_Html
HTML renderer

Page Details:

HTML renderer

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('Text/Highlighter/Renderer/Array.php') [line 28]

HL_NUMBERS_LI [line 40]

HL_NUMBERS_LI = 1
use numbered list, deprecated, use HL_NUMBERS_OL instaed

Constant for use with $options['numbers']

  • Deprecated:

[ Top ]



HL_NUMBERS_OL [line 55]

HL_NUMBERS_OL = 1
Use numbered list

Constant for use with $options['numbers']


[ Top ]



HL_NUMBERS_TABLE [line 44]

HL_NUMBERS_TABLE = 2
Use 2-column table with line numbers in left column and code in right column.

Constant for use with $options['numbers']


[ Top ]



HL_NUMBERS_UL [line 59]

HL_NUMBERS_UL = 3
Use non-numbered list

Constant for use with $options['numbers']


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:46:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.