Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
Figure | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace pvc\html\elements_structured; |
4 | |
5 | /** |
6 | * Figure has an optional child FigCaption. If it appears, it must be either |
7 | * the first child or the last child. |
8 | */ |
9 | class Figure |
10 | { |
11 | |
12 | } |