dmt-software /
insolvency-client
| 1 | <?php |
||
| 2 | |||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 3 | namespace DMT\Insolvency\Model; |
||
| 4 | |||
| 5 | interface PublicatieCode |
||
|
0 ignored issues
–
show
|
|||
| 6 | { |
||
| 7 | /** Declaration of bankruptcy in cassation proceedings on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 10 | public const PUBLICATION_CODE_1201 = '1201'; |
||
| 11 | /** Nullification of bankruptcy in cassation on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 12 | public const PUBLICATION_CODE_1202 = '1202'; |
||
| 13 | /** Admission to debt restructuring in cassation on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 14 | public const PUBLICATION_CODE_2200 = '2200'; |
||
| 15 | /** Conversion of bankruptcy into debt restructuring in cassation on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 18 | public const PUBLICATION_CODE_2202 = '2202'; |
||
| 19 | /** Granting of final moratorium in cassation on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 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
|
|||
| 24 | public const PUBLICATION_CODE_3202 = '3202'; |
||
| 25 | /** Declaration of bankruptcy in appeal on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 28 | public const PUBLICATION_CODE_1101 = '1101'; |
||
| 29 | /** Nullification of bankruptcy in appeal on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 30 | public const PUBLICATION_CODE_1102 = '1102'; |
||
| 31 | /** Admission to debt restructuring in appeal on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 32 | public const PUBLICATION_CODE_2100 = '2100'; |
||
| 33 | /** Conversion of bankruptcy into debt restructuring in appeal on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 36 | public const PUBLICATION_CODE_2102 = '2102'; |
||
| 37 | /** Final admission to moratorium in appeal on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 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
|
|||
| 42 | public const PUBLICATION_CODE_3102 = '3102'; |
||
| 43 | /** Rectification */ |
||
|
0 ignored issues
–
show
|
|||
| 44 | public const PUBLICATION_CODE_3310 = '3310'; |
||
| 45 | /** Rectification */ |
||
|
0 ignored issues
–
show
|
|||
| 46 | public const PUBLICATION_CODE_1323 = '1323'; |
||
| 47 | /** Rectification */ |
||
|
0 ignored issues
–
show
|
|||
| 48 | public const PUBLICATION_CODE_2300 = '2300'; |
||
| 49 | /** Declaration of bankruptcy on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 52 | public const PUBLICATION_CODE_1301 = '1301'; |
||
| 53 | /** Declaration of bankruptcy during debt restructuring on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 54 | public const PUBLICATION_CODE_1302 = '1302'; |
||
| 55 | /** Declaration of bankruptcy by rescission of debt restructuring agreement on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 56 | public const PUBLICATION_CODE_1303 = '1303'; |
||
| 57 | /** Reopening bankruptcy by rescission of bankruptcy agreement on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 58 | public const PUBLICATION_CODE_1304 = '1304'; |
||
| 59 | /** Declaration of bankruptcy by rescission of moratorium agreement on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 60 | public const PUBLICATION_CODE_1305 = '1305'; |
||
| 61 | /** Declaration of bankruptcy after termination of moratorium on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 62 | public const PUBLICATION_CODE_1306 = '1306'; |
||
| 63 | /** Admission to debt restructuring on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 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
|
|||
| 71 | public const PUBLICATION_CODE_2303 = '2303'; |
||
| 72 | /** Conversion of bankruptcy into debt restructuring on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 73 | public const PUBLICATION_CODE_2304 = '2304'; |
||
| 74 | /** Admission to debt restructuring after nullification of bankruptcy by opposition on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 75 | public const PUBLICATION_CODE_2305 = '2305'; |
||
| 76 | /** Conversion of provisional moratorium into debt restructuring on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 77 | public const PUBLICATION_CODE_2306 = '2306'; |
||
| 78 | /** Provisional admission to debt restructuring on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 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
|
|||
| 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
|
|||
| 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
|
|||
| 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
|
|||
| 95 | public const PUBLICATION_CODE_3303 = '3303'; |
||
| 96 | /** Replacement of administrator [name former administrator] by [name new administrator] */ |
||
|
0 ignored issues
–
show
|
|||
| 97 | public const PUBLICATION_CODE_1307 = '1307'; |
||
| 98 | /** Replacement of receiver [name former receiver] by [name new receiver] */ |
||
|
0 ignored issues
–
show
|
|||
| 99 | public const PUBLICATION_CODE_2309 = '2309'; |
||
| 100 | /** Replacement of receiver [name former receiver] by [name new receiver] */ |
||
|
0 ignored issues
–
show
|
|||
| 101 | public const PUBLICATION_CODE_3304 = '3304'; |
||
| 102 | /** Simplified bankruptcy proceedings */ |
||
|
0 ignored issues
–
show
|
|||
| 103 | public const PUBLICATION_CODE_1308 = '1308'; |
||
| 104 | /** Verification meeting on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 105 | public const PUBLICATION_CODE_1309 = '1309'; |
||
| 106 | /** Verification meeting and hearing on agreement on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 107 | public const PUBLICATION_CODE_1310 = '1310'; |
||
| 108 | /** Meeting of creditors on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 109 | public const PUBLICATION_CODE_1311 = '1311'; |
||
| 110 | /** Verification meeting on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 111 | public const PUBLICATION_CODE_2310 = '2310'; |
||
| 112 | /** Verification meeting and hearing on agreement on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 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
|
|||
| 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
|
|||
| 119 | public const PUBLICATION_CODE_2314 = '2314'; |
||
| 120 | /** Verification meeting and hearing on termination on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 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
|
|||
| 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
|
|||
| 133 | public const PUBLICATION_CODE_2318 = '2318'; |
||
| 134 | /** Hearing on agreement on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 135 | public const PUBLICATION_CODE_2319 = '2319'; |
||
| 136 | /** Hearing on restructuring plan on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 137 | public const PUBLICATION_CODE_2320 = '2320'; |
||
| 138 | /** Hearing on termination on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 139 | public const PUBLICATION_CODE_2321 = '2321'; |
||
| 140 | /** Hearing on termination and adjustment of restructuring plan on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 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
|
|||
| 148 | public const PUBLICATION_CODE_2324 = '2324'; |
||
| 149 | /** Meeting of creditors on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 150 | public const PUBLICATION_CODE_2325 = '2325'; |
||
| 151 | /** Hearing on extension of moratorium term on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 152 | public const PUBLICATION_CODE_3305 = '3305'; |
||
| 153 | /** Meeting of creditors with hearing on agreement on [date] at [time] */ |
||
|
0 ignored issues
–
show
|
|||
| 154 | public const PUBLICATION_CODE_3306 = '3306'; |
||
| 155 | /** Deposition of interim distribution list from [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 156 | public const PUBLICATION_CODE_1312 = '1312'; |
||
| 157 | /** Deposition of final distribution list from [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 158 | public const PUBLICATION_CODE_1313 = '1313'; |
||
| 159 | /** Deposition of final distribution list from [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 160 | public const PUBLICATION_CODE_1314 = '1314'; |
||
| 161 | /** Simplified bankruptcy proceedings and deposition of final distribution list from [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 162 | public const PUBLICATION_CODE_1315 = '1315'; |
||
| 163 | /** Deposition of interim distribution list from [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 164 | public const PUBLICATION_CODE_2326 = '2326'; |
||
| 165 | /** Deposition of final distribution list from [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 166 | public const PUBLICATION_CODE_2327 = '2327'; |
||
| 167 | /** Removal from bankruptcy due to a lack of assets on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 168 | public const PUBLICATION_CODE_1316 = '1316'; |
||
| 169 | /** Termination of bankruptcy by binding distribution list on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 170 | public const PUBLICATION_CODE_1317 = '1317'; |
||
| 171 | /** Termination of bankruptcy by approval of agreement on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 172 | public const PUBLICATION_CODE_1318 = '1318'; |
||
| 173 | /** Termination of bankruptcy by binding distribution list after opposition on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 174 | public const PUBLICATION_CODE_1319 = '1319'; |
||
| 175 | /** Nullification of bankruptcy after opposition on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 176 | public const PUBLICATION_CODE_1320 = '1320'; |
||
| 177 | /** Nullification of bankruptcy after opposition with resurgence of debt restructuring on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 178 | public const PUBLICATION_CODE_2337 = '2337'; |
||
| 179 | /** Termination of debt restructuring because all debts are paid on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 180 | public const PUBLICATION_CODE_2328 = '2328'; |
||
| 181 | /** Termination of debt restructuring because of resumption of payments on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 182 | public const PUBLICATION_CODE_2329 = '2329'; |
||
| 183 | /** Termination of debt restructuring because of approval of agreement on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 184 | public const PUBLICATION_CODE_2330 = '2330'; |
||
| 185 | /** Termination of debt restructuring with distribution and clean slate on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 186 | public const PUBLICATION_CODE_2331 = '2331'; |
||
| 187 | /** Termination of debt restructuring without distribution, with clean slate on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 188 | public const PUBLICATION_CODE_2332 = '2332'; |
||
| 189 | /** Termination of debt restructuring with distribution, without clean slate on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 190 | public const PUBLICATION_CODE_2333 = '2333'; |
||
| 191 | /** Termination of debt restructuring without distribution, without clean slate on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 192 | public const PUBLICATION_CODE_2334 = '2334'; |
||
| 193 | /** Termination of debt restructuring by rejection of final debt restructuring on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 194 | public const PUBLICATION_CODE_2335 = '2335'; |
||
| 195 | /** Termination of moratorium on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 196 | public const PUBLICATION_CODE_3307 = '3307'; |
||
| 197 | /** Termination of moratorium because of expiration of term on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 198 | public const PUBLICATION_CODE_3308 = '3308'; |
||
| 199 | /** Termination of moratorium by approval of agreement on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 200 | public const PUBLICATION_CODE_3309 = '3309'; |
||
| 201 | /** Filing of discharge request by mr. [name, address of solicitor] */ |
||
|
0 ignored issues
–
show
|
|||
| 202 | public const PUBLICATION_CODE_1322 = '1322'; |
||
| 203 | /** Deprivation of clean slate in debt restructuring on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 204 | public const PUBLICATION_CODE_2336 = '2336'; |
||
| 205 | /** Termination of bankruptcy because all debts are paid on [date] */ |
||
|
0 ignored issues
–
show
|
|||
| 206 | public const PUBLICATION_CODE_1324 = '1324'; |
||
| 207 | /** Pro forma verification meeting */ |
||
|
0 ignored issues
–
show
|
|||
| 208 | public const PUBLICATION_CODE_1325 = '1325'; |
||
| 209 | /** Pro forma verification meeting and hearing on agreement */ |
||
|
0 ignored issues
–
show
|
|||
| 210 | public const PUBLICATION_CODE_1326 = '1326'; |
||
| 211 | /** Pro forma admission to debt restructuring and verification meeting */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 214 | public const PUBLICATION_CODE_2339 = '2339'; |
||
| 215 | /** Pro forma verification meeting */ |
||
|
0 ignored issues
–
show
|
|||
| 216 | public const PUBLICATION_CODE_2340 = '2340'; |
||
| 217 | /** Pro forma verification meeting and hearing on agreement */ |
||
|
0 ignored issues
–
show
|
|||
| 218 | public const PUBLICATION_CODE_2341 = '2341'; |
||
| 219 | /** Pro forma verification meeting, restructuring plan and hearing on agreement */ |
||
|
0 ignored issues
–
show
|
|||
| 220 | public const PUBLICATION_CODE_2342 = '2342'; |
||
| 221 | /** Pro forma verification meeting and hearing on adjustment of restructuring plan */ |
||
|
0 ignored issues
–
show
|
|||
| 222 | public const PUBLICATION_CODE_2343 = '2343'; |
||
| 223 | /** Pro forma verification meeting, hearing on termination */ |
||
|
0 ignored issues
–
show
|
|||
| 224 | public const PUBLICATION_CODE_2344 = '2344'; |
||
| 225 | /** Pro forma verification meeting, hearing on termination and deposition of distribution list */ |
||
|
0 ignored issues
–
show
|
|||
| 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
|
|||
| 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
|
|||
| 233 | public const PUBLICATION_CODE_2347 = '2347'; |
||
| 234 | /** Rendered and accounted */ |
||
|
0 ignored issues
–
show
|
|||
| 235 | public const PUBLICATION_CODE_2348 = '2348'; |
||
| 236 | /** Replacement supervisory judge */ |
||
|
0 ignored issues
–
show
|
|||
| 237 | public const PUBLICATION_CODE_1328 = '1328'; |
||
| 238 | /** Replacement supervisory judge */ |
||
|
0 ignored issues
–
show
|
|||
| 239 | public const PUBLICATION_CODE_2349 = '2349'; |
||
| 240 | /** Replacement supervisory judge */ |
||
|
0 ignored issues
–
show
|
|||
| 241 | public const PUBLICATION_CODE_3311 = '3311'; |
||
| 242 | /** Additional mail blockade */ |
||
|
0 ignored issues
–
show
|
|||
| 243 | public const PUBLICATION_CODE_1330 = '1330'; |
||
| 244 | /** Change of address */ |
||
|
0 ignored issues
–
show
|
|||
| 245 | public const PUBLICATION_CODE_1331 = '1331'; |
||
| 246 | /** Interim abrogation mail blockade */ |
||
|
0 ignored issues
–
show
|
|||
| 247 | public const PUBLICATION_CODE_1332 = '1332'; |
||
| 248 | /** Additional mail blockade */ |
||
|
0 ignored issues
–
show
|
|||
| 249 | public const PUBLICATION_CODE_2351 = '2351'; |
||
| 250 | /** Change of address */ |
||
|
0 ignored issues
–
show
|
|||
| 251 | public const PUBLICATION_CODE_2352 = '2352'; |
||
| 252 | /** Interim abrogation mail blockade */ |
||
|
0 ignored issues
–
show
|
|||
| 253 | public const PUBLICATION_CODE_2353 = '2353'; |
||
| 254 | /** Termination of suspension of payments by conversion into bankruptcy on */ |
||
|
0 ignored issues
–
show
|
|||
| 255 | public const PUBLICATION_CODE_3313 = '3313'; |
||
| 256 | /** Bankruptcy transferred to other district court on */ |
||
|
0 ignored issues
–
show
|
|||
| 257 | public const PUBLICATION_CODE_1334 = '1334'; |
||
| 258 | /** Bankruptcy converted into debt restructuring on */ |
||
|
0 ignored issues
–
show
|
|||
| 259 | public const PUBLICATION_CODE_1333 = '1333'; |
||
| 260 | /** Debt restructuring transferred to other district court on */ |
||
|
0 ignored issues
–
show
|
|||
| 261 | public const PUBLICATION_CODE_2355 = '2355'; |
||
| 262 | /** Premature termination of debt restructuring by declaration of bankruptcy on */ |
||
|
0 ignored issues
–
show
|
|||
| 263 | public const PUBLICATION_CODE_2354 = '2354'; |
||
| 264 | /** Suspension of payments transferred to other district court on */ |
||
|
0 ignored issues
–
show
|
|||
| 265 | public const PUBLICATION_CODE_3314 = '3314'; |
||
| 266 | } |
||
| 267 |