• Модуль: clouds
  • Путь к файлу: ~/bitrix/modules/clouds/classes/general/storage_upload.php
  • Класс: CCloudStorageUpload
  • Вызов: CCloudStorageUpload::__construct
function __construct($filePath)
{
	$this->_filePath = $filePath;
	$this->_ID = "1".mb_substr(md5($filePath), 1);
}