Your IP : 18.190.153.90


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/internals/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/modules/sale/lib/internals/itemspool.php

<?php
namespace Bitrix\Sale\Internals;

/**
 * Class ItemsPool
 * @package Bitrix\Sale\Internals
 */
class ItemsPool extends PoolBase
{
	protected static $pool = array();
//	public static function get($code, $providerName, $productId)
//	{
//		$hash = $providerName."|".$productId;
//		if (isset(static::$pool[$code][$type]))
//		{
//			return static::$pool[$code][$type];
//		}
//
//		return null;
//	}
//
//	/**
//	 * @param $code
//	 * @param $type
//	 * @param $value
//	 */
//	public static function add($code, $type, $value)
//	{
//		static::$pool[$code][$type][] = $value;
//	}
}