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