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

Source for file Heading.php

Documentation is available at Heading.php

  1. <?php
  2.  
  3. class Text_Wiki_Render_Doku_Heading extends Text_Wiki_Render {
  4.     function token($options)
  5.     {
  6.         return ($options['type'== 'end' ' ' "\n").
  7.             str_pad(''7 - $options['level']'=').
  8.             ($options['type'== 'start' ' ' '');
  9.     }
  10. }
  11. ?>

Documentation generated on Mon, 11 Mar 2019 14:12:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.