array getPath ([string path type])Gets the list of directories that Text_Wiki searches for parse and render rules. The order listed by getPath() is the order in which they are searched.

 
$wiki =& new Text_Wiki();
 
// get all search paths
$all_dirs = $wiki->getPath();
 
// get only the search paths for parse rules
$parse_dirs = $wiki->getPath('parse');
 
text_wiki/methodgetpath.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