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

Source for file Newline.php

Documentation is available at Newline.php

  1. <?php
  2.  
  3. class Text_Wiki_Render_Xhtml_Newline extends Text_Wiki_Render {
  4.     
  5.     
  6.     function token($options)
  7.     {
  8.         return "<br />\n";
  9.     }
  10. }
  11.  
  12. ?>

Documentation generated on Mon, 11 Mar 2019 13:56:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.