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

Class: Text_Wiki_Render_Latex_Table

Source Location: /Text_Wiki-1.2.4/Text/Wiki/Render/Latex/Table.php

Class Overview

Text_Wiki_Render
   |
   --Text_Wiki_Render_Latex_Table

Base rendering class for parsed and tokenized text.


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 3]
Base rendering class for parsed and tokenized text.
  • Author: Paul M. Jones <pmjones@php.net>
  • Version: Release: @package_version@


[ Top ]


Class Variables

$cell_count =  0

[line 5]


Type:   mixed


[ Top ]

$cell_id =  0

[line 4]


Type:   mixed


[ Top ]

$conf = array(
                      'css_table' => null,
                      'css_tr' => null,
                      'css_th' => null,
                      'css_td' => null
                      )

[line 8]


Type:   mixed
Overrides:   Array


[ Top ]

$is_spanning =  false

[line 6]


Type:   mixed


[ Top ]



Method Detail

token   [line 28]

string token( array $options)

Renders a token into text matching the requested format.
  • Return: The text rendered from the token options.
  • Access: public

Parameters:

array   $options   —  The "options" portion of the token (second element).

[ Top ]


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