MediaWiki  REL1_20
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 1310 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 1321 of file Preprocessor_Hash.php.


Member Function Documentation

Reimplemented from PPFrame_Hash.

Definition at line 1339 of file Preprocessor_Hash.php.

Parameters:
$name
Returns:
array|bool

Reimplemented from PPFrame_Hash.

Definition at line 1434 of file Preprocessor_Hash.php.

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

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1367 of file Preprocessor_Hash.php.

References getArgument().

Parameters:
$name
Returns:
bool

Definition at line 1418 of file Preprocessor_Hash.php.

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1391 of file Preprocessor_Hash.php.

References getArgument().

Parameters:
$index
Returns:
array|bool

Definition at line 1403 of file Preprocessor_Hash.php.

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1380 of file Preprocessor_Hash.php.

References getArgument().

Returns true if there are no arguments in this frame.

Returns:
bool

Reimplemented from PPFrame_Hash.

Definition at line 1360 of file Preprocessor_Hash.php.

Return true if the frame is a template frame.

Returns:
bool

Reimplemented from PPFrame_Hash.

Definition at line 1447 of file Preprocessor_Hash.php.


Member Data Documentation

PPTemplateFrame_Hash::$namedArgs

Definition at line 1311 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$namedExpansionCache

Definition at line 1312 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$numberedArgs

Definition at line 1311 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$numberedExpansionCache

Definition at line 1312 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$parent

Definition at line 1311 of file Preprocessor_Hash.php.


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