1 | <?php |
||
37 | class VirtualProperty extends AbstractAnnotation |
||
38 | { |
||
39 | /** |
||
40 | * Initialize annotation data |
||
41 | */ |
||
42 | 2 | protected function init(): void |
|
46 | |||
47 | /** |
||
48 | * Return the serialized name if it exists or null |
||
49 | * |
||
50 | * @return null|string |
||
51 | */ |
||
52 | 1 | public function getSerializedName(): ?string |
|
56 | } |
||
57 |