Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
elementbatchtree.php
1
<?php
2
namespace
Bitrix\Catalog\Product\Store\BatchBalancer
;
3
4
use
Bitrix\Catalog\Product\Store\BatchBalancer\Entity\ElementBatchItem
;
5
11
final
class
ElementBatchTree
extends
InventoryTree
12
{
13
public
function
push
(
ElementBatchItem
$item): void
14
{
15
$this->append($item);
16
}
17
}
Bitrix\Catalog\Product\Store\BatchBalancer\ElementBatchTree
Definition
elementbatchtree.php:12
Bitrix\Catalog\Product\Store\BatchBalancer\ElementBatchTree\push
push(ElementBatchItem $item)
Definition
elementbatchtree.php:13
Bitrix\Catalog\Product\Store\BatchBalancer\Entity\ElementBatchItem
Definition
elementbatchitem.php:25
Bitrix\Catalog\Product\Store\BatchBalancer\InventoryTree
Definition
inventorytree.php:14
Bitrix\Catalog\Product\Store\BatchBalancer
Definition
balancer.php:2
modules
catalog
lib
product
store
batchbalancer
elementbatchtree.php
Создано системой
1.10.0