Index: trunk/phase3/includes/parser/Preprocessor.php |
— | — | @@ -13,6 +13,9 @@ |
14 | 14 | /** Create a new custom frame for programmatic use of parameter replacement as used in some extensions */ |
15 | 15 | function newCustomFrame( $args ); |
16 | 16 | |
| 17 | + /** Create a new custom node for programmatic use of parameter replacement as used in some extensions */ |
| 18 | + function newPartNodeArray( $values ); |
| 19 | + |
17 | 20 | /** Preprocess text to a PPNode */ |
18 | 21 | function preprocessToObj( $text, $flags = 0 ); |
19 | 22 | } |