Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
itemspool.php
1
<?php
2
namespace
Bitrix\Sale\Internals
;
3
8
class
ItemsPool
extends
PoolBase
9
{
10
protected
static
$pool
= array();
11
// public static function get($code, $providerName, $productId)
12
// {
13
// $hash = $providerName."|".$productId;
14
// if (isset(static::$pool[$code][$type]))
15
// {
16
// return static::$pool[$code][$type];
17
// }
18
//
19
// return null;
20
// }
21
//
22
// /**
23
// * @param $code
24
// * @param $type
25
// * @param $value
26
// */
27
// public static function add($code, $type, $value)
28
// {
29
// static::$pool[$code][$type][] = $value;
30
// }
31
}
Bitrix\Sale\Internals\ItemsPool
Definition
itemspool.php:9
Bitrix\Sale\Internals\ItemsPool\$pool
static $pool
Definition
itemspool.php:10
Bitrix\Sale\Internals\PoolBase
Definition
poolbase.php:5
Bitrix\Sale\Internals
Definition
accountnumber.php:3
modules
sale
lib
internals
itemspool.php
Создано системой
1.10.0