Moodle  2.2.1
http://www.collinsharper.com
NestingXmlTag Class Reference
Inheritance diagram for NestingXmlTag:

Public Member Functions

 NestingXmlTag ($attributes)
 setName ($name)
 getName ()
 _getAttributes ()

Data Fields

 $_name
 $_attributes

Detailed Description

Definition at line 292 of file xml.php.


Member Function Documentation

Accessor for attributes.

Returns:
hash All attributes. protected

Definition at line 330 of file xml.php.

Here is the caller graph for this function:

getName ( )

Accessor for name.

Returns:
string Name of test. public

Definition at line 321 of file xml.php.

Here is the caller graph for this function:

NestingXmlTag ( attributes)

Sets the basic test information except the name.

Parameters:
hash$attributesName value pairs. public

Definition at line 302 of file xml.php.

Here is the caller graph for this function:

setName ( name)

Sets the test case/method name.

Parameters:
string$nameName of test. public

Definition at line 312 of file xml.php.


Field Documentation

$_attributes

Definition at line 294 of file xml.php.

$_name

Definition at line 293 of file xml.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations