MediaWiki  REL1_19
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 1286 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 1297 of file Preprocessor_Hash.php.

References $namedArgs, $numberedArgs, $parent, PPFrame_Hash\$preprocessor, and PPFrame_Hash\$title.


Member Function Documentation

Reimplemented from PPFrame_Hash.

Definition at line 1315 of file Preprocessor_Hash.php.

Parameters:
$name
Returns:
array|bool

Reimplemented from PPFrame_Hash.

Definition at line 1410 of file Preprocessor_Hash.php.

References getNamedArgument(), and getNumberedArgument().

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

Here is the call graph for this function:

Here is the caller graph for this function:

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1343 of file Preprocessor_Hash.php.

References getArgument().

Here is the call graph for this function:

Parameters:
$name
Returns:
bool

Definition at line 1394 of file Preprocessor_Hash.php.

References PPFrame\STRIP_COMMENTS.

Referenced by getArgument().

Here is the caller graph for this function:

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1367 of file Preprocessor_Hash.php.

References getArgument().

Here is the call graph for this function:

Parameters:
$index
Returns:
array|bool

Definition at line 1379 of file Preprocessor_Hash.php.

References PPFrame\STRIP_COMMENTS.

Referenced by getArgument().

Here is the caller graph for this function:

Returns:
array

Reimplemented from PPFrame_Hash.

Definition at line 1356 of file Preprocessor_Hash.php.

References getArgument().

Here is the call graph for this function:

Returns true if there are no arguments in this frame.

Returns:
bool

Reimplemented from PPFrame_Hash.

Definition at line 1336 of file Preprocessor_Hash.php.

Return true if the frame is a template frame.

Returns:
bool

Reimplemented from PPFrame_Hash.

Definition at line 1423 of file Preprocessor_Hash.php.


Member Data Documentation

PPTemplateFrame_Hash::$namedArgs

Definition at line 1287 of file Preprocessor_Hash.php.

Referenced by __construct().

PPTemplateFrame_Hash::$namedExpansionCache

Definition at line 1288 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$numberedArgs

Definition at line 1287 of file Preprocessor_Hash.php.

Referenced by __construct().

PPTemplateFrame_Hash::$numberedExpansionCache

Definition at line 1288 of file Preprocessor_Hash.php.

PPTemplateFrame_Hash::$parent

Definition at line 1287 of file Preprocessor_Hash.php.

Referenced by __construct().


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