Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/catalog/lib/product/store/batchbalancer/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/catalog/lib/product/store/batchbalancer/elementbatchtree.php

<?php
namespace Bitrix\Catalog\Product\Store\BatchBalancer;

use Bitrix\Catalog\Product\Store\BatchBalancer\Entity\ElementBatchItem;

/**
 * Class ElementBatchTree
 *
 * @package Bitrix\Catalog\Product\Store\BatchBalancer
 */
final class ElementBatchTree extends InventoryTree
{
	public function push(ElementBatchItem $item): void
	{
		$this->append($item);
	}
}