• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/manager.php
  • Класс: BitrixSaleCashboxManager
  • Вызов: Manager::getCashboxFromCache
static function getCashboxFromCache($cashboxId)
{
	$cashboxList = static::getListFromCache();
	if (isset($cashboxList[$cashboxId]))
		return $cashboxList[$cashboxId];

	return array();
}