Source for file Freelink.php
Documentation is available at Freelink.php
class Text_Wiki_Render_Latex_Freelink extends Text_Wiki_Render {
'view_url' => 'http://example.com/index.php?page=%s',
'new_url' => 'http://example.com/new.php?page=%s',
* Renders a token into text matching the requested format.
* @param array $options The "options" portion of the token (second
* @return string The text rendered from the token options.
// get nice variable names (page, text, anchor)
return " $text\\footnote\{$anchor} ";
Documentation generated on Mon, 11 Mar 2019 14:22:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|