|
MediaWiki REL1_39
|
Expansion frame with custom arguments. More...


Public Member Functions | |
| __construct ( $preprocessor, $args) | |
| __toString () | |
| getArgument ( $index) | |
| getArguments () | |
| isEmpty () | |
Public Member Functions inherited from PPFrame_Hash | |
| __construct ( $preprocessor) | |
| cachedExpand ( $key, $root, $flags=0) | |
| expand ( $root, $flags=0) | |
| getNamedArguments () | |
| getNumberedArguments () | |
| getPDBK ( $level=false) | |
| getTitle () | |
| Get a title of frame. | |
| getTTL () | |
| implode ( $sep,... $args) | |
| Implode with no flags specified This previously called implodeWithFlags but has now been inlined to reduce stack depth. | |
| implodeWithFlags ( $sep, $flags,... $args) | |
| isTemplate () | |
| Return true if the frame is a template frame. | |
| isVolatile () | |
| Get the volatile flag. | |
| loopCheck ( $title) | |
| Returns true if the infinite loop check is OK, false if a loop is detected. | |
| newChild ( $args=false, $title=false, $indexOffset=0) | |
| Create a new child frame $args is optionally a multi-root PPNode or array containing the template arguments. | |
| setTTL ( $ttl) | |
| setVolatile ( $flag=true) | |
| Set the volatile flag. | |
| virtualBracketedImplode ( $start, $sep, $end,... $args) | |
| Virtual implode with brackets. | |
| virtualImplode ( $sep,... $args) | |
| Makes an object that, when expand()ed, will be the same as one obtained with implode() | |
Public Attributes | |
| array | $args |
Public Attributes inherited from PPFrame_Hash | |
| int | $depth |
| Recursion depth of this frame, top = 0 Note that this is NOT the same as expansion depth in expand() | |
| true[] | $loopCheckHash |
| Hashtable listing templates which are disallowed for expansion in this frame, having been encountered previously in parent frames. | |
| Parser | $parser |
| Preprocessor | $preprocessor |
| Title | $title |
| string false[] | $titleCache |
Public Attributes inherited from PPFrame | |
| const | NO_ARGS = 1 |
| const | NO_IGNORE = 8 |
| const | NO_TAGS = 32 |
| const | NO_TEMPLATES = 2 |
| const | PROCESS_NOWIKI = 64 |
| const | RECOVER_COMMENTS = 16 |
| const | RECOVER_ORIG |
| const | STRIP_COMMENTS = 4 |
Additional Inherited Members | |
Protected Attributes inherited from PPFrame_Hash | |
| array | $childExpansionCache |
Expansion frame with custom arguments.
Definition at line 27 of file PPCustomFrame_Hash.php.
| PPCustomFrame_Hash::__construct | ( | $preprocessor, | |
| $args ) |
| Preprocessor | $preprocessor | |
| array | $args |
Definition at line 36 of file PPCustomFrame_Hash.php.
References $args, and PPFrame_Hash\$preprocessor.
| PPCustomFrame_Hash::__toString | ( | ) |
Reimplemented from PPFrame_Hash.
Definition at line 41 of file PPCustomFrame_Hash.php.
References $s.
| PPCustomFrame_Hash::getArgument | ( | $index | ) |
| int | string | $index |
Reimplemented from PPFrame_Hash.
Definition at line 68 of file PPCustomFrame_Hash.php.
| PPCustomFrame_Hash::getArguments | ( | ) |
Reimplemented from PPFrame_Hash.
Definition at line 72 of file PPCustomFrame_Hash.php.
References $args.
| PPCustomFrame_Hash::isEmpty | ( | ) |
| array PPCustomFrame_Hash::$args |
Definition at line 30 of file PPCustomFrame_Hash.php.
Referenced by __construct(), and getArguments().