• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/orderprops.php
  • Класс: BitrixSaleInternalsOrderPropsTable
  • Вызов: OrderPropsTable::modifySettingsForFetch
static function modifySettingsForFetch($value)
{
	if (empty($value))
	{
		return [];
	}

	$v = @unserialize($value, ['allowed_classes' => false]);
	return is_array($v) ? $v : array();
}