MediaWiki
REL1_19
|
Interfaces for preprocessors. More...
Go to the source code of this file.
Classes | |
interface | PPFrame |
interface | PPNode |
There are three types of nodes: * Tree nodes, which have a name and contain other nodes as children * Array nodes, which also contain other nodes but aren't considered part of a tree * Leaf nodes, which contain the actual data. More... | |
interface | Preprocessor |
Interfaces for preprocessors.
Definition in file Preprocessor.php.