• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/integration/filediskproperty.php
  • Класс: BitrixDiskIntegrationFileDiskProperty
  • Вызов: FileDiskProperty::convertFromDB
static function convertFromDB($property, $value)
{
	if(!empty($value['VALUE']))
	{
		$value['VALUE'] = explode(',', $value['VALUE']);
	}

	return $value;
}