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

Source for file Anchor.php

Documentation is available at Anchor.php

  1. <?php
  2.  
  3. /**
  4. * This class renders an anchor target name in XHTML.
  5. *
  6. @author Manuel Holtgrewe <purestorm at ggnore dot net>
  7. *
  8. @author Paul M. Jones <pmjones at ciaweb dot net>
  9. *
  10. @package Text_Wiki
  11. *
  12. */
  13.  
  14.     
  15.     function token($options)
  16.     {
  17.         return $options['name'];
  18.     }
  19. }
  20.  
  21. ?>

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