MediaWiki  REL1_21
PPTemplateFrame_Hash Class Reference

Expansion frame with template arguments. More...

Inheritance diagram for PPTemplateFrame_Hash:
Collaboration diagram for PPTemplateFrame_Hash:

List of all members.

Public Member Functions

 __construct ($preprocessor, $parent=false, $numberedArgs=array(), $namedArgs=array(), $title=false)
 __toString ()
 getArgument ($name)
 getArguments ()
 getNamedArgument ($name)
 getNamedArguments ()
 getNumberedArgument ($index)
 getNumberedArguments ()
 isEmpty ()
 Returns true if there are no arguments in this frame.
 isTemplate ()
 Return true if the frame is a template frame.

Public Attributes

 $namedArgs
 $namedExpansionCache
 $numberedArgs
 $numberedExpansionCache
 $parent

Detailed Description

Expansion frame with template arguments.

Definition at line 1306 of file Preprocessor_Hash.php.


Constructor & Destructor Documentation

PPTemplateFrame_Hash::__construct ( preprocessor,
parent = false,
numberedArgs = array(),
namedArgs = array(),
title = false 
)
Parameters:
$preprocessor
$parent
$numberedArgsarray
$namedArgsarray
$titleTitle

Definition at line 1317 of file Preprocessor_Hash.php.


Member Function Documentation

Reimplemented from PPFrame_Hash.

Definition at line 1335 of file Preprocessor_Hash.php.

Parameters:
$name
Returns:
array|bool

Reimplemented from PPFrame_Hash.

Definition at line 1430 of file Preprocessor_Hash.php.

Referenced by getArguments(), getNamedArguments(), and getNumberedArguments().

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1363 of file Preprocessor_Hash.php.

References array(), as, and getArgument().

Parameters:
$name
Returns:
bool

Definition at line 1414 of file Preprocessor_Hash.php.

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1387 of file Preprocessor_Hash.php.

References array(), as, and getArgument().

Parameters:
$index
Returns:
array|bool

Definition at line 1399 of file Preprocessor_Hash.php.

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1376 of file Preprocessor_Hash.php.

References array(), as, and getArgument().

Returns true if there are no arguments in this frame.

Returns:
bool

Reimplemented from PPFrame_Hash.

Definition at line 1356 of file Preprocessor_Hash.php.

Return true if the frame is a template frame.

Returns:
bool

Reimplemented from PPFrame_Hash.

Definition at line 1443 of file Preprocessor_Hash.php.


Member Data Documentation

PPTemplateFrame_Hash::$namedArgs

Definition at line 1307 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$namedExpansionCache

Definition at line 1308 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$numberedArgs

Definition at line 1307 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$numberedExpansionCache

Definition at line 1308 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$parent

Definition at line 1307 of file Preprocessor_Hash.php.


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