• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/internals/poolbase.php
  • Класс: BitrixSaleInternalsPoolBase
  • Вызов: PoolBase::add
static function add($code, $type, $value)
{
	static::$index++;
	static::$pool[$code][$type][static::$index] = $value;
}