Source for file Wikilink.php
Documentation is available at Wikilink.php 
class Text_Wiki_Render_Doku_Wikilink  extends Text_Wiki_Render  {  
    * Renders a token into XHTML.  
    * @param array $options The "options" portion of the token (second  
    * @return string The text rendered from the token options.  
        if ($options['type'] ==  'start') {  
            return '[['. $options['page'].   
                (strlen($options['anchor']) ?  '#'. $options['anchor'] :  '').   
                (strlen($options['text']) /*&& $options['page'] != $options['text']*/ ?  '|' :  '');   
 
 
        
		    
 
		    Documentation generated on Mon, 11 Mar 2019 14:12:34 -0400 by  phpDocumentor 1.4.4. PEAR Logo Copyright ©  PHP Group 2004.
	        
       |