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

Source for file Image.php

Documentation is available at Image.php

  1. <?php
  2.  
  3.     /**
  4.     * 
  5.     * Renders a token into text matching the requested format.
  6.     * 
  7.     * @access public
  8.     * 
  9.     * @param array $options The "options" portion of the token (second
  10.     *  element).
  11.     * 
  12.     * @return string The text rendered from the token options.
  13.     * 
  14.     */
  15.     
  16.     function token($options)
  17.     {
  18.         return;
  19.     }
  20. }
  21. ?>

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