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

Source for file Heading.php

Documentation is available at Heading.php

  1. <?php
  2.  
  3. class Text_Wiki_Render_Plain_Heading extends Text_Wiki_Render {
  4.     
  5.     function token($options)
  6.     {
  7.         if ($options['type'== 'end'{
  8.             return "\n\n";
  9.         else {
  10.             return "\n";
  11.         }
  12.     }
  13. }
  14. ?>

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