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

File: Highlighter.php

Source Location: /Text_Highlighter-0.4.1/Highlighter.php

Classes:

Text_Highlighter
Text highlighter base class

Page Details:

Text highlighter base class

Includes:

require_once('PEAR.php') [line 25]

HL_BIG_NUM [line 59]

HL_BIG_NUM = 1000000000
just a big number, bigger than any string's length

[ Top ]



HL_NUMBERS_LI [line 48]

HL_NUMBERS_LI = 1
use numbered list

Constant for use with $options['numbers']


[ Top ]



HL_NUMBERS_TABLE [line 53]

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'] Forces $options['tag'] = HL_TAG_PRE


[ Top ]



HL_TAG_CODE [line 34]

HL_TAG_CODE = 'code'
use CODE as top-level tag

Constant for use with $options['tag']


[ Top ]



HL_TAG_PRE [line 38]

HL_TAG_PRE = 'pre'
use PRE as top-level tag

Constant for use with $options['tag']


[ Top ]



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