1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace DMT\Insolvency\Model; |
||
4 | |||
5 | use JMS\Serializer\Annotation as JMS; |
||
6 | |||
7 | /** |
||
8 | * Class InspubCbvers |
||
9 | * |
||
10 | * @JMS\XmlNamespace("http://www.rechtspraak.nl/namespaces/inspubber01") |
||
11 | * @JMS\XmlRoot("inspubCbvers", namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
12 | */ |
||
0 ignored issues
–
show
|
|||
13 | class InspubCbvers |
||
14 | { |
||
15 | /** |
||
0 ignored issues
–
show
|
|||
16 | * @JMS\Type("array<DMT\Insolvency\Model\InspubCbvElem>") |
||
17 | * @JMS\XmlList(inline=true, entry="cbv", namespace="http://www.rechtspraak.nl/namespaces/inspubber01") |
||
0 ignored issues
–
show
|
|||
18 | * |
||
19 | * @var InspubCbvElem[] $cbv |
||
20 | */ |
||
21 | public $cbv; |
||
22 | } |
||
23 |