Document: ezcDocumentWikiPlugin
[ ]
[ Conversion ] [ Styles ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentWikiPlugin
|
Visitor for wiki directives [
source]
Descendents
Member Variables
Method Summary
|
public void |
__construct(
$ast, $path, $node )
Construct directive from AST and node |
|
public void |
setSourceVisitor(
$visitor )
Set the calling vaisitor |
|
public abstract void |
toDocbook(
$document, $root )
Transform directive to docbook |
Methods
__construct
Construct directive from AST and node
Parameters
setSourceVisitor
Set the calling vaisitor
Pass the visitor which called the rendering function on the directive for optional reference.
Parameters
toDocbook
void toDocbook(
$document,
$root )
Transform directive to docbook
Create a docbook XML structure at the directives position in the document.
Parameters
| Name |
Type |
Description |
$document |
DOMDocument |
|
$root |
DOMElement |
|
Redefined in descendants as
Last updated: Mon, 29 Jun 2009