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

Source for file Prefilter.php

Documentation is available at Prefilter.php

  1. <?php
  2. // vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4:
  3. /**
  4.  * This class implements a Text_Wiki_Render_Latex to "pre-filter" source text so
  5.  * that line endings are consistently \n, lines ending in a backslash \
  6.  * are concatenated with the next line, and tabs are converted to spaces.
  7.  *
  8.  * PHP versions 4 and 5
  9.  *
  10.  * @category   Text
  11.  * @package    Text_Wiki
  12.  * @author     Jeremy Cowgar <jeremy@cowgar.com>
  13.  * @license    http://www.gnu.org/copyleft/lesser.html  LGPL License 2.1
  14.  * @version    CVS: $Id$
  15.  * @link       http://pear.php.net/package/Text_Wiki
  16.  */
  17.  
  18.     function token()
  19.     {
  20.         return '';
  21.     }
  22. }
  23. ?>

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