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