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

Class: Text_Wiki_Mediawiki

Source Location: /Text_Wiki_Mediawiki-0.2.0/Text/Wiki/Mediawiki.php

Class Overview

Text_Wiki
   |
   --Text_Wiki_Mediawiki

Base Text_Wiki handler class extension for Mediawiki markup


Author(s):

Version:

  • Release: @package_version@

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 34]
Base Text_Wiki handler class extension for Mediawiki markup


[ Top ]


Class Variables

$rules = array(
        'Prefilter',
        'Delimiter',
        'Code',
        'Comment',
        'Preformatted',
//        'Plugin',
//        'Function',
//        'Html',
        'Raw',
//        'Include',
//        'Embed',
//        'Page',
//        'Anchor',
        'Heading',
        'Toc',
//        'Titlebar',
        'Horiz',
        'Redirect',
        'Break',
//        'Blockquote',
//        'Box',
        'Wikilink',
//        'Image', // done by Wikilink but still possible to disable/configure
//        'Interwiki', // done by Wikilink but still possible to disable/configure
        'Table',
//        'Phplookup',
//        'Center',
        'List',
        'Deflist',
//        'Strong',  ** will be only fake inserted by Emphasis if needed for render
        'Emphasis', // must run before Newline (see Text_Wiki_Parse_Emphasis::parse())
        'Newline',
        'Paragraph',
        'Url',
//        'Freelink',
//        'Colortext',
//        'Bold',
//        'Italic',
//        'Underline',
        'Tt',
        'Superscript',
        'Subscript',
//        'Specialchar',
//        'Revise',
        'Tighten'
    )

[line 35]


Type:   mixed


[ Top ]



Method Detail

Text_Wiki_Mediawiki (Constructor)   [line 89]

Text_Wiki_Mediawiki Text_Wiki_Mediawiki( [array $rules = null])

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

Parameters:

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

[ Top ]


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