1 | <?php |
||
9 | class ElementRef extends AbstractElementSingle |
||
10 | { |
||
11 | /** |
||
12 | 47 | * @var ElementDef |
|
13 | */ |
||
14 | 47 | protected $wrapped; |
|
15 | 47 | ||
16 | 47 | public function __construct(ElementDef $element) |
|
21 | |||
22 | public function getName(): string |
||
26 | |||
27 | /** |
||
28 | * @return ElementDef |
||
29 | */ |
||
30 | public function getReferencedElement(): ElementDef |
||
34 | |||
35 | public function getType(): ?Type |
||
39 | } |
||
40 |