Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class ScalarReferencePropertyDescriptor extends ScalarBeanPropertyDescriptor |
||
14 | { |
||
15 | /** @var AbstractBeanPropertyDescriptor */ |
||
16 | private $referencedPropertyDescriptor; |
||
17 | |||
18 | public function __construct( |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @return AbstractBeanPropertyDescriptor |
||
32 | */ |
||
33 | public function getReferencedPropertyDescriptor(): AbstractBeanPropertyDescriptor |
||
36 | } |
||
37 | |||
38 | public function getJsonSerializeCode(): string |
||
43 |