Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
28 | public function __construct( |
||
29 | array $attributes = [], |
||
30 | ) { |
||
31 | /** |
||
32 | * NOTE: no elements allowed here: |
||
33 | * |
||
34 | * @see XML Schema specification (Part 1, Section 3.4.2) |
||
35 | * |
||
36 | * If no content model is specified in a restriction, the content model is effectively empty |
||
37 | * for elements unless mixed content is explicitly allowed. |
||
38 | */ |
||
39 | parent::__construct([], $attributes); |
||
40 | } |
||
42 |