void getRenderConf (string format name, string rule name [, string conf key])Gets the value of a configuration key for a rule rendered in a specific format; if no key is specified, gets the entire configuration array.

 
$wiki =& new Text_Wiki();
 
// get the list of pages that the wikilink rule knows about
$dir = $wiki->getRenderConf('Xhtml', 'Wikilink', 'pages');
 
// get all configs for the "Xhtml" format "wikilink" rule
$conf = $wiki->getRenderConf('Xhtml', 'Wikilink');
 
text_wiki/methodgetrenderconf.txt · Last modified: 2008/09/16 11:49 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki