void getFormatConf (string format name [, string conf key])Gets the value of a configuration key for a format parser; if no key is specified, gets the entire configuration array.

 
$wiki =& new Text_Wiki();
 
// get the default font face for the "RTF" format
$dir = $wiki->getFormatConf('Rtf', 'font-face');
 
// get all configs for the "Xhtml" format
$conf = $wiki->getFormatConf('Xhtml');
 
text_wiki/methodgetformatconf.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