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

Class: Text_Wiki_Render_Docbook_SpecialChar

Source Location: /Text_Wiki-1.2.4/Text/Wiki/Render/Docbook/Specialchar.php

Class Overview

Text_Wiki_Render
   |
   --Text_Wiki_Render_Docbook_SpecialChar

This class renders special characters in DocBook.


Author(s):

Version:

  • Release: @package_version@

Variables

Methods


Inherited Variables

Inherited Methods

Class: Text_Wiki_Render

Text_Wiki_Render::__construct()
Constructor for this render format or rule.
Text_Wiki_Render::Text_Wiki_Render()
Constructor for this render format or rule.
Text_Wiki_Render::formatConf()
Simple method to wrap a configuration in an sprintf() format.
Text_Wiki_Render::getConf()
Simple method to safely get configuration key values.
Text_Wiki_Render::textEncode()
Default method to render text (htmlspecialchars)
Text_Wiki_Render::urlEncode()
Default method to render url

Class Details

[line 26]
This class renders special characters in DocBook.


[ Top ]


Class Variables

$types = array('~bs~' => '\',
                       '~hs~' => ' ', //  
                       '~amp~' => '&', // &
                       '~ldq~' => '“', // “
                       '~rdq~' => '”', // ”
                       '~lsq~' => '‘', // ‘
                       '~rsq~' => '’', // ’
                       '~c~' => '©', // ©
                       '~--~' => '—', // —
                       '" -- "' => '—', // —
                       '" -- "' => '—', // —
                       '~lt~' => '<', // <
                       '~gt~' => '&#062')

[line 28]


Type:   mixed


[ Top ]



Method Detail

token   [line 42]

void token( $options)


Parameters:

   $options   — 

[ Top ]


Documentation generated on Tue, 12 Mar 2019 21:49:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.