| Source for file Blockquote.phpDocumentation is available at Blockquote.php 
    * Renders a token into text matching the requested format.    * @param array $options The "options" portion of the token (second    * @return string The text rendered from the token options.        $type = $options['type'] ;        $level = $options['level'] ;        // set up indenting so that the results look nice; we do this        // in two steps to avoid str_pad mathematics.  ;-)        $pad = str_pad('', $level + 1, "\t") ;
		    
 
		    Documentation generated on Tue, 12 Mar 2019 21:49:16 -0400 by phpDocumentor 1.4.4 . PEAR Logo Copyright ©  PHP Group 2004.
	       |