Total Complexity | 5 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class Property extends Base |
||
9 | { |
||
10 | public function getType(): string |
||
13 | } |
||
14 | |||
15 | public function include(Base $that): bool |
||
16 | { |
||
17 | return $this->isSame($that); |
||
18 | } |
||
19 | |||
20 | public function isProperty(): bool |
||
23 | } |
||
24 | |||
25 | public function getFullyQualifiedNamespaceNameAsArray(): array |
||
31 | } |
||
32 | |||
33 | public function getFullyQualifiedClassNameAsArray(): ?array |
||
39 |