[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/bin/ -> render.php (summary)

(no description)

File Size: 66 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 inc/init.php

Defines 1 class

RenderCLI:: (2 methods):
  setup()
  main()


Class: RenderCLI  - X-Ref

A simple commandline tool to render some DokuWiki syntax with a given
renderer.

This may not work for plugins that expect a certain environment to be
set up before rendering, but should work for most or even all standard
DokuWiki markup

setup(Options $options)   X-Ref
Register options and arguments on the given $options object

param: Options $options
return: void

main(Options $options)   X-Ref
Your main program

Arguments and options have been parsed when this is run

param: Options $options
return: void