|
| newCustomFrame ( $args) |
| Create a new custom frame for programmatic use of parameter replacement as used in some extensions.
|
|
| newFrame () |
| Create a new top-level frame for expansion of a page.
|
|
| newPartNodeArray ( $values) |
| Create a new custom node for programmatic use of parameter replacement as used in some extensions.
|
|
| preprocessToObj ( $text, $flags=0) |
| Preprocess text to a PPNode.
|
|
|
| cacheGetTree ( $text, $flags) |
| Attempt to load a precomputed document tree for some given wikitext from the cache.
|
|
| cacheSetTree ( $text, $flags, $tree) |
| Store a document tree in the cache.
|
|
Definition at line 29 of file Preprocessor.php.
◆ cacheGetTree()
Preprocessor::cacheGetTree |
( |
|
$text, |
|
|
|
$flags |
|
) |
| |
|
protected |
◆ cacheSetTree()
Preprocessor::cacheSetTree |
( |
|
$text, |
|
|
|
$flags, |
|
|
|
$tree |
|
) |
| |
|
protected |
◆ newCustomFrame()
Preprocessor::newCustomFrame |
( |
|
$args | ) |
|
|
abstract |
◆ newFrame()
Preprocessor::newFrame |
( |
| ) |
|
|
abstract |
◆ newPartNodeArray()
Preprocessor::newPartNodeArray |
( |
|
$values | ) |
|
|
abstract |
Create a new custom node for programmatic use of parameter replacement as used in some extensions.
- Parameters
-
Reimplemented in Preprocessor_DOM, and Preprocessor_Hash.
◆ preprocessToObj()
Preprocessor::preprocessToObj |
( |
|
$text, |
|
|
|
$flags = 0 |
|
) |
| |
|
abstract |
◆ $rules
array Preprocessor::$rules |
|
protected |
Initial value:= [
'{' => [
'end' => '}',
'names' => [
2 => 'template',
3 => 'tplarg',
],
'min' => 2,
'max' => 3,
],
'[' => [
'end' => ']',
'names' => [ 2 =>
null ],
'min' => 2,
'max' => 2,
],
'-{' => [
'end' => '}-',
'names' => [ 2 =>
null ],
'min' => 2,
'max' => 2,
],
]
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not null
Brace matching rules.
Definition at line 36 of file Preprocessor.php.
◆ CACHE_VERSION
const Preprocessor::CACHE_VERSION = 1 |
The documentation for this class was generated from the following file: