Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
Menu | 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 | * if the menu element has an <li> child, then it can accept palpable |
7 | * content as well as flow content...... |
8 | * permitted content includes <li>, <script> and <template> elements |
9 | */ |
10 | class Menu |
11 | { |
12 | |
13 | } |