10 lines
192 B
PHP
10 lines
192 B
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
array (
|
|
'disposal_method_set' =>
|
|
array (
|
|
'sold' => 'Sold',
|
|
'destroyed' => 'Destroyed',
|
|
'garbage' => 'Thrown away / garbage collection',
|
|
),
|
|
) |