MediaWiki  1.23.8
PPCustomFrame_DOM Class Reference

Expansion frame with custom arguments. More...

Inheritance diagram for PPCustomFrame_DOM:
Collaboration diagram for PPCustomFrame_DOM:

Public Member Functions

 __construct ( $preprocessor, $args)
 
 __toString ()
 
 getArgument ( $index)
 Get an argument to this frame by name. More...
 
 getArguments ()
 
 isEmpty ()
 
- Public Member Functions inherited from PPFrame_DOM
 __construct ( $preprocessor)
 Construct a new preprocessor frame. More...
 
 expand ( $root, $flags=0)
 
 getNamedArguments ()
 
 getNumberedArguments ()
 
 getPDBK ( $level=false)
 
 getTitle ()
 Get a title of frame. More...
 
 implode ( $sep)
 Implode with no flags specified This previously called implodeWithFlags but has now been inlined to reduce stack depth. More...
 
 implodeWithFlags ( $sep, $flags)
 
 isTemplate ()
 Return true if the frame is a template frame. More...
 
 loopCheck ( $title)
 Returns true if the infinite loop check is OK, false if a loop is detected. More...
 
 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. More...
 
 virtualBracketedImplode ( $start, $sep, $end)
 Virtual implode with brackets. More...
 
 virtualImplode ( $sep)
 Makes an object that, when expand()ed, will be the same as one obtained with implode() More...
 

Public Attributes

 $args
 
- Public Attributes inherited from PPFrame_DOM
 $depth
 Recursion depth of this frame, top = 0 Note that this is NOT the same as expansion depth in expand() More...
 
 $loopCheckHash
 Hashtable listing templates which are disallowed for expansion in this frame, having been encountered previously in parent frames. More...
 
Parser $parser
 
Preprocessor $preprocessor
 
Title $title
 
 $titleCache
 
- Public Attributes inherited from PPFrame
const NO_ARGS = 1
 
const NO_IGNORE = 8
 
const NO_TEMPLATES = 2
 
const RECOVER_COMMENTS = 16
 
const RECOVER_ORIG = 27
 
const STRIP_COMMENTS = 4
 
const SUPPORTS_INDEX_OFFSET = 1
 This constant exists when $indexOffset is supported in newChild() More...
 

Detailed Description

Expansion frame with custom arguments.

Definition at line 1551 of file Preprocessor_DOM.php.

Constructor & Destructor Documentation

◆ __construct()

PPCustomFrame_DOM::__construct (   $preprocessor,
  $args 
)

Definition at line 1554 of file Preprocessor_DOM.php.

References $args, and PPFrame_DOM\$preprocessor.

Member Function Documentation

◆ __toString()

PPCustomFrame_DOM::__toString ( )

Reimplemented from PPFrame_DOM.

Definition at line 1559 of file Preprocessor_DOM.php.

References $name, $s, $value, and as.

◆ getArgument()

PPCustomFrame_DOM::getArgument (   $name)

Get an argument to this frame by name.

Reimplemented from PPFrame_DOM.

Definition at line 1582 of file Preprocessor_DOM.php.

◆ getArguments()

PPCustomFrame_DOM::getArguments ( )
Returns
array

Reimplemented from PPFrame_DOM.

Definition at line 1589 of file Preprocessor_DOM.php.

References $args.

◆ isEmpty()

PPCustomFrame_DOM::isEmpty ( )
Returns
bool

Reimplemented from PPFrame_DOM.

Definition at line 1578 of file Preprocessor_DOM.php.

Member Data Documentation

◆ $args

PPCustomFrame_DOM::$args

Definition at line 1552 of file Preprocessor_DOM.php.

Referenced by __construct(), and getArguments().


The documentation for this class was generated from the following file: