<?PHP
declare(strict_types = 1);
$disposal_method_set = array (
'sold' => 'Продано',
'destroyed' => 'Уничтожено',
'garbage' => 'Выброшено',
);