Public Member Functions | |
NestingGroupTag ($attributes) | |
paintStart (&$listener) | |
paintEnd (&$listener) | |
getSize () |
Definition at line 416 of file xml.php.
NestingGroupTag::NestingGroupTag | ( | $ | attributes | ) |
Sets the basic test information except the name.
hash | $attributes Name value pairs. public |
Definition at line 424 of file xml.php.
References $attributes, and NestingXmlTag::NestingXmlTag().
NestingGroupTag::paintStart | ( | &$ | listener | ) |
Signals the appropriate start event on the listener.
SimpleReporter | $listener Target for events. public |
Definition at line 434 of file xml.php.
References NestingXmlTag::getName(), and getSize().
NestingGroupTag::paintEnd | ( | &$ | listener | ) |
Signals the appropriate end event on the listener.
SimpleReporter | $listener Target for events. public |
Definition at line 444 of file xml.php.
References NestingXmlTag::getName().
NestingGroupTag::getSize | ( | ) |
The size in the attributes.
Definition at line 453 of file xml.php.
References $attributes, and NestingXmlTag::_getAttributes().
Referenced by paintStart().