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.     
  4.     function token($options)
  5.     {
  6.         if ($options['type'== 'end'{
  7.             return "\n\n";
  8.         else {
  9.             return "\n";
  10.         }
  11.     }
  12. }
  13. ?>

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