MediaWiki  REL1_22
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 1343 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 1354 of file Preprocessor_Hash.php.


Member Function Documentation

Reimplemented from PPFrame_Hash.

Definition at line 1372 of file Preprocessor_Hash.php.

Parameters:
$name
Returns:
array|bool

Reimplemented from PPFrame_Hash.

Definition at line 1467 of file Preprocessor_Hash.php.

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

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1400 of file Preprocessor_Hash.php.

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

Parameters:
$name
Returns:
bool

Definition at line 1451 of file Preprocessor_Hash.php.

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1424 of file Preprocessor_Hash.php.

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

Parameters:
$index
Returns:
array|bool

Definition at line 1436 of file Preprocessor_Hash.php.

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1413 of file Preprocessor_Hash.php.

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

Returns true if there are no arguments in this frame.

Returns:
bool

Reimplemented from PPFrame_Hash.

Definition at line 1393 of file Preprocessor_Hash.php.

Return true if the frame is a template frame.

Returns:
bool

Reimplemented from PPFrame_Hash.

Definition at line 1480 of file Preprocessor_Hash.php.


Member Data Documentation

PPTemplateFrame_Hash::$namedArgs

Definition at line 1344 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$namedExpansionCache

Definition at line 1345 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$numberedArgs

Definition at line 1344 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$numberedExpansionCache

Definition at line 1345 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$parent

Definition at line 1344 of file Preprocessor_Hash.php.


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