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

Class: Text_Wiki_BBCode

Source Location: /Text_Wiki_BBCode-0.0.4/Text/Wiki/BBCode.php

Class Overview

Text_Wiki
   |
   --Text_Wiki_BBCode

Base Text_Wiki handler class extension for BBCode


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 bertrand Gugger

Variables

Methods


Child classes:

HTML_BBCodeParser
Base HTML_BBCodeParser class to transform BBCode in XHTML

Inherited Variables

Inherited Methods


Class Details

[line 34]
Base Text_Wiki handler class extension for BBCode


[ Top ]


Class Variables

$rules = array(
        'Prefilter',
        'Delimiter',
        'Code',
//        'Plugin',
//        'Function',
//        'Html',
//        'Raw',
//        'Preformatted',
//        'Include',
//        'Embed',
//        'Page',
//        'Anchor',
//        'Heading',
//        'Toc',
//        'Titlebar',
//        'Horiz',
//        'Break',
        'Blockquote',
        'List',
//        'Deflist',
//        'Table',
//        'Box',
        'Image',
        'Smiley',
//        'Phplookup',
//        'Center',
        'Newline',
        'Paragraph',
        'Url',
//        'Freelink',
        'Colortext',
        'Font',
//        'Strong',
        'Bold',
//        'Emphasis',
        'Italic',
        'Underline',
//        'Tt',
        'Superscript',
        'Subscript',
//        'Specialchar',
//        'Revise',
//        'Interwiki',
        'Tighten'
    )

[line 42]

The default list of rules, in order, to apply to the source text.
  • Access: public

Type:   array


[ Top ]



Method Detail

Text_Wiki_BBCode (Constructor)   [line 95]

Text_Wiki_BBCode Text_Wiki_BBCode( [array $rules = null])

Constructor: just adds the path to BBCode rules
  • Access: public

Parameters:

array   $rules   —  The set of rules to load for this object.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:50:56 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.