Issues (1574)

src/Model/PublicatieCode.php (345 issues)

1
<?php
2
0 ignored issues
show
Missing file doc comment
Loading history...
3
namespace DMT\Insolvency\Model;
4
5
interface PublicatieCode
0 ignored issues
show
Missing doc comment for interface PublicatieCode
Loading history...
6
{
7
    /** Declaration of bankruptcy in cassation proceedings on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
8
    public const PUBLICATION_CODE_1200 = '1200';
9
    /** Bankruptcy de jure as result of interim termination of debt restructuring in cassation on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
10
    public const PUBLICATION_CODE_1201 = '1201';
11
    /** Nullification of bankruptcy in cassation on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
12
    public const PUBLICATION_CODE_1202 = '1202';
13
    /** Admission to debt restructuring in cassation on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
14
    public const PUBLICATION_CODE_2200 = '2200';
15
    /** Conversion of bankruptcy into debt restructuring in cassation on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
16
    public const PUBLICATION_CODE_2201 = '2201';
17
    /** Resurgence of debt restructuring because of nullification of bankruptcy in cassation on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
18
    public const PUBLICATION_CODE_2202 = '2202';
19
    /** Granting of final moratorium  in cassation on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
20
    public const PUBLICATION_CODE_3200 = '3200';
21
    /** Proceedings on appeal to the Supreme Court on rejection of final admission to moratorium on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
22
    public const PUBLICATION_CODE_3201 = '3201';
23
    /** Proceedings on appeal to the Supreme Court on final admission to moratorium on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
24
    public const PUBLICATION_CODE_3202 = '3202';
25
    /** Declaration of bankruptcy in appeal on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
26
    public const PUBLICATION_CODE_1100 = '1100';
27
    /** Bankruptcy de jure as result of interim termination of debt restructuring in appeal on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
28
    public const PUBLICATION_CODE_1101 = '1101';
29
    /** Nullification of bankruptcy in appeal on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
30
    public const PUBLICATION_CODE_1102 = '1102';
31
    /** Admission to debt restructuring in appeal on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
32
    public const PUBLICATION_CODE_2100 = '2100';
33
    /** Conversion of bankruptcy into debt restructuring in appeal on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
34
    public const PUBLICATION_CODE_2101 = '2101';
35
    /** Resurgence of  debt restructuring because of nullification of bankruptcy in appeal on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
36
    public const PUBLICATION_CODE_2102 = '2102';
37
    /** Final admission to moratorium in appeal on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
38
    public const PUBLICATION_CODE_3100 = '3100';
39
    /** Hearing court of appeal on rejection of final admission to moratorium on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
40
    public const PUBLICATION_CODE_3101 = '3101';
41
    /** Hearing court of appeal on final admission to moratorium on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
42
    public const PUBLICATION_CODE_3102 = '3102';
43
    /** Rectification */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
44
    public const PUBLICATION_CODE_3310 = '3310';
45
    /** Rectification */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
46
    public const PUBLICATION_CODE_1323 = '1323';
47
    /** Rectification */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
48
    public const PUBLICATION_CODE_2300 = '2300';
49
    /** Declaration of bankruptcy on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
50
    public const PUBLICATION_CODE_1300 = '1300';
51
    /** Declaration of bankruptcy as result of interim termination of debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
52
    public const PUBLICATION_CODE_1301 = '1301';
53
    /** Declaration of bankruptcy during debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
54
    public const PUBLICATION_CODE_1302 = '1302';
55
    /** Declaration of bankruptcy by rescission of debt restructuring agreement on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
56
    public const PUBLICATION_CODE_1303 = '1303';
57
    /** Reopening bankruptcy by rescission of bankruptcy agreement on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
58
    public const PUBLICATION_CODE_1304 = '1304';
59
    /** Declaration of bankruptcy by rescission of moratorium agreement on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
60
    public const PUBLICATION_CODE_1305 = '1305';
61
    /** Declaration of bankruptcy after termination of moratorium on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
62
    public const PUBLICATION_CODE_1306 = '1306';
63
    /** Admission to debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
64
    public const PUBLICATION_CODE_2301 = '2301';
65
    /** Admission to debt restructuring on [date] and verification meeting on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
66
    public const PUBLICATION_CODE_2302 = '2302';
67
68
    /**
69
     * Admission to debt restructuring on [date] and verification meeting with hearing on
70
     * agreement on [date] at [time]*/
0 ignored issues
show
The close comment tag must be the only content on the line
Loading history...
71
    public const PUBLICATION_CODE_2303 = '2303';
72
    /** Conversion of bankruptcy into debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
73
    public const PUBLICATION_CODE_2304 = '2304';
74
    /** Admission to debt restructuring  after nullification of bankruptcy by opposition on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
75
    public const PUBLICATION_CODE_2305 = '2305';
76
    /** Conversion of provisional moratorium into debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
77
    public const PUBLICATION_CODE_2306 = '2306';
78
    /** Provisional admission to debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
79
    public const PUBLICATION_CODE_2307 = '2307';
80
    /** Conversion of provisonal admission to debt restructuring into a final admission on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
81
    public const PUBLICATION_CODE_2308 = '2308';
82
    /** Admission to interim moratorium on [date] meeting of creditors on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
83
    public const PUBLICATION_CODE_3300 = '3300';
84
    /** Admission to interim moratorium on [date] meeting of creditors with hearing on agreement on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
85
    public const PUBLICATION_CODE_3301 = '3301';
86
87
    /**
88
     * Admission to final moratorium by order of [date] from [date] for the duration
89
     * of [variable number of months/years]*/
0 ignored issues
show
The close comment tag must be the only content on the line
Loading history...
90
    public const PUBLICATION_CODE_3302 = '3302';
91
92
    /**
93
     * Extension of moratorium term by order of [date] from [date] for the duration
94
     * of [variable number of months/years]*/
0 ignored issues
show
The close comment tag must be the only content on the line
Loading history...
95
    public const PUBLICATION_CODE_3303 = '3303';
96
    /** Replacement of administrator [name former administrator] by [name new administrator] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
97
    public const PUBLICATION_CODE_1307 = '1307';
98
    /** Replacement of receiver  [name former receiver] by [name new receiver] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
99
    public const PUBLICATION_CODE_2309 = '2309';
100
    /** Replacement of receiver  [name former receiver] by [name new receiver] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
101
    public const PUBLICATION_CODE_3304 = '3304';
102
    /** Simplified bankruptcy proceedings */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
103
    public const PUBLICATION_CODE_1308 = '1308';
104
    /** Verification meeting on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
105
    public const PUBLICATION_CODE_1309 = '1309';
106
    /** Verification meeting and hearing on agreement on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
107
    public const PUBLICATION_CODE_1310 = '1310';
108
    /** Meeting of creditors on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
109
    public const PUBLICATION_CODE_1311 = '1311';
110
    /** Verification meeting on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
111
    public const PUBLICATION_CODE_2310 = '2310';
112
    /** Verification meeting and hearing on agreement on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
113
    public const PUBLICATION_CODE_2311 = '2311';
114
    /** Verification meeting, plan of sanitation and hearing on composition on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
115
    public const PUBLICATION_CODE_2312 = '2312';
116
    /** Resumption of verification meeting, restructuring plan and hearing on agreement on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
117
    public const PUBLICATION_CODE_2313 = '2313';
118
    /** Verification meeting and hearing on adjustment of restructuring plan on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
119
    public const PUBLICATION_CODE_2314 = '2314';
120
    /** Verification meeting and hearing on termination on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
121
    public const PUBLICATION_CODE_2315 = '2315';
122
123
    /**
124
     * Verification meeting and hearing on termination on [date] at [time] deposition of final
125
     * distribution list from [date]*/
0 ignored issues
show
The close comment tag must be the only content on the line
Loading history...
126
    public const PUBLICATION_CODE_2316 = '2316';
127
    /** Verification meeting and hearing on adjustment of restructuring plan and termination on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
128
    public const PUBLICATION_CODE_2317 = '2317';
129
130
    /**
131
     * Verification meeting and hearing on adjustment of restructuring plan and termination on [date] at [time]
132
     * deposition of distribution list from [date]*/
0 ignored issues
show
The close comment tag must be the only content on the line
Loading history...
133
    public const PUBLICATION_CODE_2318 = '2318';
134
    /** Hearing on agreement on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
135
    public const PUBLICATION_CODE_2319 = '2319';
136
    /** Hearing on restructuring plan on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
137
    public const PUBLICATION_CODE_2320 = '2320';
138
    /** Hearing on termination on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
139
    public const PUBLICATION_CODE_2321 = '2321';
140
    /** Hearing on termination and adjustment of restructuring plan on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
141
    public const PUBLICATION_CODE_2322 = '2322';
142
    /** Hearing on termination on [date] at [time] deposition of final distribution list from [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
143
    public const PUBLICATION_CODE_2323 = '2323';
144
145
    /**
146
     * Hearing on termination and adjustment of restructuring plan on [date] at [time] deposition of
147
     * final distribution list from [date]*/
0 ignored issues
show
The close comment tag must be the only content on the line
Loading history...
148
    public const PUBLICATION_CODE_2324 = '2324';
149
    /** Meeting of creditors on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
150
    public const PUBLICATION_CODE_2325 = '2325';
151
    /** Hearing on extension of moratorium term on [date] at [time]  */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
152
    public const PUBLICATION_CODE_3305 = '3305';
153
    /** Meeting of creditors with  hearing on agreement on [date] at [time] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
154
    public const PUBLICATION_CODE_3306 = '3306';
155
    /** Deposition of interim distribution list from [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
156
    public const PUBLICATION_CODE_1312 = '1312';
157
    /** Deposition of final distribution list from [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
158
    public const PUBLICATION_CODE_1313 = '1313';
159
    /** Deposition of final distribution list from [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
160
    public const PUBLICATION_CODE_1314 = '1314';
161
    /** Simplified bankruptcy proceedings and deposition of final distribution list from [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
162
    public const PUBLICATION_CODE_1315 = '1315';
163
    /** Deposition of interim distribution list from [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
164
    public const PUBLICATION_CODE_2326 = '2326';
165
    /** Deposition of final distribution list from [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
166
    public const PUBLICATION_CODE_2327 = '2327';
167
    /** Removal from bankruptcy due to a lack of assets on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
168
    public const PUBLICATION_CODE_1316 = '1316';
169
    /** Termination of bankruptcy by binding distribution list on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
170
    public const PUBLICATION_CODE_1317 = '1317';
171
    /** Termination of bankruptcy by approval of agreement  on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
172
    public const PUBLICATION_CODE_1318 = '1318';
173
    /** Termination of bankruptcy by binding distribution list after opposition on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
174
    public const PUBLICATION_CODE_1319 = '1319';
175
    /** Nullification of bankruptcy after opposition on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
176
    public const PUBLICATION_CODE_1320 = '1320';
177
    /** Nullification of bankruptcy after opposition with resurgence of debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
178
    public const PUBLICATION_CODE_2337 = '2337';
179
    /** Termination of debt restructuring because all debts are paid on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
180
    public const PUBLICATION_CODE_2328 = '2328';
181
    /** Termination of debt restructuring because of resumption of payments on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
182
    public const PUBLICATION_CODE_2329 = '2329';
183
    /** Termination of debt restructuring because of approval of agreement on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
184
    public const PUBLICATION_CODE_2330 = '2330';
185
    /** Termination of debt restructuring with distribution and clean slate on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
186
    public const PUBLICATION_CODE_2331 = '2331';
187
    /** Termination of debt restructuring without distribution, with clean slate on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
188
    public const PUBLICATION_CODE_2332 = '2332';
189
    /** Termination of debt restructuring with distribution, without clean slate on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
190
    public const PUBLICATION_CODE_2333 = '2333';
191
    /** Termination of debt restructuring without distribution, without clean slate on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
192
    public const PUBLICATION_CODE_2334 = '2334';
193
    /** Termination of debt restructuring by rejection of final debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
194
    public const PUBLICATION_CODE_2335 = '2335';
195
    /** Termination of moratorium on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
196
    public const PUBLICATION_CODE_3307 = '3307';
197
    /** Termination of moratorium because of expiration of term on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
198
    public const PUBLICATION_CODE_3308 = '3308';
199
    /** Termination of moratorium by approval of agreement on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
200
    public const PUBLICATION_CODE_3309 = '3309';
201
    /** Filing of discharge request  by mr. [name, address of solicitor] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
202
    public const PUBLICATION_CODE_1322 = '1322';
203
    /** Deprivation of clean slate in debt restructuring on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
204
    public const PUBLICATION_CODE_2336 = '2336';
205
    /** Termination of bankruptcy because all debts are paid on [date] */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
206
    public const PUBLICATION_CODE_1324 = '1324';
207
    /** Pro forma verification meeting */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
208
    public const PUBLICATION_CODE_1325 = '1325';
209
    /** Pro forma verification meeting and hearing on agreement */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
210
    public const PUBLICATION_CODE_1326 = '1326';
211
    /** Pro forma admission to debt restructuring and verification meeting */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
212
    public const PUBLICATION_CODE_2338 = '2338';
213
    /** Pro forma admission to debt restructuring and verification meeting with  hearing on agreement */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
214
    public const PUBLICATION_CODE_2339 = '2339';
215
    /** Pro forma verification meeting */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
216
    public const PUBLICATION_CODE_2340 = '2340';
217
    /** Pro forma verification meeting and hearing on agreement */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
218
    public const PUBLICATION_CODE_2341 = '2341';
219
    /** Pro forma verification meeting, restructuring plan and hearing on agreement */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
220
    public const PUBLICATION_CODE_2342 = '2342';
221
    /** Pro forma verification meeting and hearing on adjustment of restructuring plan */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
222
    public const PUBLICATION_CODE_2343 = '2343';
223
    /** Pro forma verification meeting, hearing on termination */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
224
    public const PUBLICATION_CODE_2344 = '2344';
225
    /** Pro forma verification meeting, hearing on termination and deposition of distribution list  */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
226
    public const PUBLICATION_CODE_2345 = '2345';
227
    /** Pro forma verification meeting and hearing on adjustment of restructuring plan and termination */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
228
    public const PUBLICATION_CODE_2346 = '2346';
229
230
    /**
231
     * Pro forma verification meeting and hearing on adjustment of restructuring plan and termination and deposition of
232
     * distribution list from*/
0 ignored issues
show
The close comment tag must be the only content on the line
Loading history...
233
    public const PUBLICATION_CODE_2347 = '2347';
234
    /** Rendered and accounted */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
235
    public const PUBLICATION_CODE_2348 = '2348';
236
    /** Replacement supervisory judge */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
237
    public const PUBLICATION_CODE_1328 = '1328';
238
    /** Replacement supervisory judge */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
239
    public const PUBLICATION_CODE_2349 = '2349';
240
    /** Replacement supervisory judge */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
241
    public const PUBLICATION_CODE_3311 = '3311';
242
    /** Additional mail blockade */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
243
    public const PUBLICATION_CODE_1330 = '1330';
244
    /** Change of address */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
245
    public const PUBLICATION_CODE_1331 = '1331';
246
    /** Interim abrogation mail blockade */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
247
    public const PUBLICATION_CODE_1332 = '1332';
248
    /** Additional mail blockade */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
249
    public const PUBLICATION_CODE_2351 = '2351';
250
    /** Change of address */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
251
    public const PUBLICATION_CODE_2352 = '2352';
252
    /** Interim abrogation mail blockade */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
253
    public const PUBLICATION_CODE_2353 = '2353';
254
    /** Termination of suspension of payments by conversion into bankruptcy on */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
255
    public const PUBLICATION_CODE_3313 = '3313';
256
    /** Bankruptcy transferred to other district court on */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
257
    public const PUBLICATION_CODE_1334 = '1334';
258
    /** Bankruptcy converted into debt restructuring on */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
259
    public const PUBLICATION_CODE_1333 = '1333';
260
    /** Debt restructuring transferred to other district court on */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
261
    public const PUBLICATION_CODE_2355 = '2355';
262
    /** Premature termination of debt restructuring by declaration of bankruptcy on */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
263
    public const PUBLICATION_CODE_2354 = '2354';
264
    /** Suspension of payments transferred to other district court on */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
265
    public const PUBLICATION_CODE_3314 = '3314';
266
}
267