MediaWiki  REL1_19
PPTemplateFrame_DOM Class Reference

Expansion frame with template arguments. More...

Inheritance diagram for PPTemplateFrame_DOM:
Collaboration diagram for PPTemplateFrame_DOM:

List of all members.

Public Member Functions

 __construct ($preprocessor, $parent=false, $numberedArgs=array(), $namedArgs=array(), $title=false)
 __toString ()
 getArgument ($name)
 Get an argument to this frame by 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 1357 of file Preprocessor_DOM.php.


Constructor & Destructor Documentation

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

Definition at line 1373 of file Preprocessor_DOM.php.

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


Member Function Documentation

Reimplemented from PPFrame_DOM.

Definition at line 1391 of file Preprocessor_DOM.php.

Get an argument to this frame by name.

Reimplemented from PPFrame_DOM.

Definition at line 1466 of file Preprocessor_DOM.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_DOM.

Definition at line 1417 of file Preprocessor_DOM.php.

References getArgument().

Here is the call graph for this function:

Definition at line 1454 of file Preprocessor_DOM.php.

References PPFrame\STRIP_COMMENTS.

Referenced by getArgument().

Here is the caller graph for this function:

Returns:
array

Reimplemented from PPFrame_DOM.

Definition at line 1435 of file Preprocessor_DOM.php.

References getArgument().

Here is the call graph for this function:

Definition at line 1443 of file Preprocessor_DOM.php.

References PPFrame\STRIP_COMMENTS.

Referenced by getArgument().

Here is the caller graph for this function:

Returns:
array

Reimplemented from PPFrame_DOM.

Definition at line 1427 of file Preprocessor_DOM.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_DOM.

Definition at line 1413 of file Preprocessor_DOM.php.

Return true if the frame is a template frame.

Returns:
bool

Reimplemented from PPFrame_DOM.

Definition at line 1479 of file Preprocessor_DOM.php.


Member Data Documentation

PPTemplateFrame_DOM::$namedArgs

Definition at line 1358 of file Preprocessor_DOM.php.

Referenced by __construct().

PPTemplateFrame_DOM::$namedExpansionCache

Definition at line 1364 of file Preprocessor_DOM.php.

PPTemplateFrame_DOM::$numberedArgs

Definition at line 1358 of file Preprocessor_DOM.php.

Referenced by __construct().

PPTemplateFrame_DOM::$numberedExpansionCache

Definition at line 1364 of file Preprocessor_DOM.php.

PPTemplateFrame_DOM::$parent

Definition at line 1363 of file Preprocessor_DOM.php.

Referenced by __construct().


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