Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | // AUTOMATICALLY GENERATED. DO NOT EDIT. |
4 | // Use `composer build` to regenerate. |
5 | |
6 | namespace Wikimedia\IDLeDOM; |
7 | |
8 | /** |
9 | * StaticRange |
10 | * |
11 | * @see https://dom.spec.whatwg.org/#interface-staticrange |
12 | * |
13 | * @property Node $startContainer |
14 | * @property int $startOffset |
15 | * @property Node $endContainer |
16 | * @property int $endOffset |
17 | * @property bool $collapsed |
18 | * @phan-forbid-undeclared-magic-properties |
19 | */ |
20 | interface StaticRange extends AbstractRange { |
21 | // Direct parent: AbstractRange |
22 | |
23 | } |