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

Class: Text_Wiki_Render_Xhtml_Image

Source Location: /Text_Wiki-1.0.0/Text/Wiki/Render/Xhtml/Image.php

Class Overview

Text_Wiki_Render
   |
   --Text_Wiki_Render_Xhtml_Image

Base rendering class for parsed and tokenized text.


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: Text_Wiki_Render

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.

Class Details

[line 2]
Base rendering class for parsed and tokenized text.


[ Top ]


Class Variables

$conf = array(
        'base' => '/',
        'url_base' => null,
        'css'  => null,
        'css_link' => null
    )

[line 4]


Type:   mixed
Overrides:   Array


[ Top ]



Method Detail

token   [line 25]

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 Mon, 11 Mar 2019 14:28:53 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.