Public Member Functions | |
| NestingMethodTag ($attributes) | |
| paintStart (&$listener) | |
| paintEnd (&$listener) | |
Definition at line 336 of file xml.php.
| NestingMethodTag::NestingMethodTag | ( | $ | attributes | ) |
Sets the basic test information except the name.
| hash | $attributes Name value pairs. public |
Definition at line 344 of file xml.php.
References $attributes, and NestingXmlTag::NestingXmlTag().
| NestingMethodTag::paintStart | ( | &$ | listener | ) |
Signals the appropriate start event on the listener.
| SimpleReporter | $listener Target for events. public |
Definition at line 354 of file xml.php.
References NestingXmlTag::getName().
| NestingMethodTag::paintEnd | ( | &$ | listener | ) |
Signals the appropriate end event on the listener.
| SimpleReporter | $listener Target for events. public |
Definition at line 364 of file xml.php.
References NestingXmlTag::getName().