MediaWiki  REL1_24
PPCustomFrame_DOM Class Reference

Expansion frame with custom arguments. More...

Inheritance diagram for PPCustomFrame_DOM:
Collaboration diagram for PPCustomFrame_DOM:

List of all members.

Public Member Functions

 __construct ($preprocessor, $args)
 __toString ()
 getArgument ($index)
 Get an argument to this frame by name.
 getArguments ()
 isEmpty ()

Public Attributes

 $args

Detailed Description

Expansion frame with custom arguments

.

Definition at line 1720 of file Preprocessor_DOM.php.


Constructor & Destructor Documentation

PPCustomFrame_DOM::__construct ( preprocessor,
args 
)

Definition at line 1725 of file Preprocessor_DOM.php.

Referenced by __toString().


Member Function Documentation

Reimplemented from PPFrame_DOM.

Definition at line 1730 of file Preprocessor_DOM.php.

References $args, PPFrame_DOM\$preprocessor, and __construct().

Get an argument to this frame by name.

Parameters:
string$name
Returns:
bool

Reimplemented from PPFrame_DOM.

Definition at line 1753 of file Preprocessor_DOM.php.

Returns:
array

Reimplemented from PPFrame_DOM.

Definition at line 1760 of file Preprocessor_DOM.php.

Returns:
bool

Reimplemented from PPFrame_DOM.

Definition at line 1749 of file Preprocessor_DOM.php.


Member Data Documentation

PPCustomFrame_DOM::$args

Definition at line 1723 of file Preprocessor_DOM.php.

Referenced by __toString().


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