• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashbox.php
  • Класс: BitrixSaleCashboxCashbox
  • Вызов: Cashbox::parseUuid
static function parseUuid($uuid)
{
	$info = explode(static::UUID_DELIMITER, $uuid);

	return array('type' => $info[0], 'id' => $info[2]);
}