Public Member Functions | |
NestingXmlTag ($attributes) | |
setName ($name) | |
getName () | |
_getAttributes () | |
Public Attributes | |
$_name | |
$_attributes |
Definition at line 286 of file xml.php.
NestingXmlTag::NestingXmlTag | ( | $ | attributes | ) |
Sets the basic test information except the name.
hash | $attributes Name value pairs. public |
Definition at line 296 of file xml.php.
References $attributes.
Referenced by NestingCaseTag::NestingCaseTag(), NestingGroupTag::NestingGroupTag(), and NestingMethodTag::NestingMethodTag().
NestingXmlTag::setName | ( | $ | name | ) |
NestingXmlTag::getName | ( | ) |
Accessor for name.
Definition at line 315 of file xml.php.
Referenced by NestingGroupTag::paintEnd(), NestingCaseTag::paintEnd(), NestingMethodTag::paintEnd(), NestingGroupTag::paintStart(), NestingCaseTag::paintStart(), and NestingMethodTag::paintStart().
NestingXmlTag::_getAttributes | ( | ) |
Accessor for attributes.
Definition at line 324 of file xml.php.
Referenced by NestingGroupTag::getSize().