Public Member Functions | |
__construct ($parser) | |
Create a new preprocessor object based on an initialised Parser object. | |
newFrame () | |
Create a new top-level frame for expansion of a page. | |
newCustomFrame ($args) | |
Create a new custom frame for programmatic use of parameter replacement as used in some extensions. | |
preprocessToObj ($text, $flags=0) | |
Preprocess text to a PPNode. |
Definition at line 6 of file Preprocessor.php.
Preprocessor::__construct | ( | $ | parser | ) |
Create a new preprocessor object based on an initialised Parser object.
Implemented in Preprocessor_DOM, and Preprocessor_Hash.
Preprocessor::newCustomFrame | ( | $ | args | ) |
Create a new custom frame for programmatic use of parameter replacement as used in some extensions.
Implemented in Preprocessor_DOM, and Preprocessor_Hash.
Preprocessor::newFrame | ( | ) |
Create a new top-level frame for expansion of a page.
Implemented in Preprocessor_DOM, and Preprocessor_Hash.
Preprocessor::preprocessToObj | ( | $ | text, | |
$ | flags = 0 | |||
) |