• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/internals/pool.php
  • Класс: BitrixSaleCashboxInternalsPool
  • Вызов: Pool::getDocs
static function getDocs($code)
{
	if (isset(static::$docs[$code]))
	{
		return static::$docs[$code];
	}

	return null;
}