'Ключ', 'value' => 'Значение', 'label' => 'Название', 'status' => 'Статус' ]; } /** * @return string[] */ public static function getStatus(): array { return [ self::DISABLE_STATUS => "Не активный", self::ACTIVE_STATUS => "Активный", ]; } }