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

	return null;
}