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

	return null;
}