1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
inventorytree.php
См. документацию.
1
<?php
2
namespace
Bitrix\Catalog\Product\Store\BatchBalancer;
3
4
use Bitrix\Catalog\Product\Store\BatchBalancer\Entity\StoreItem;
5
use Bitrix\Main\Result;
6
use Bitrix\Catalog\Product\Store\BatchBalancer\Entity\ElementBatchItem;
7
13
abstract
class
InventoryTree
extends
\ArrayObject
14
{
15
public
function
save
():
Result
16
{
17
$result
=
new
Result
();
18
foreach
($this->getIterator() as $item)
19
{
20
$item->save();
21
}
22
23
return
$result
;
24
}
25
}
Bitrix\Catalog\Product\Store\BatchBalancer\InventoryTree
Определения
inventorytree.php:14
Bitrix\Catalog\Product\Store\BatchBalancer\InventoryTree\save
save()
Определения
inventorytree.php:15
Bitrix\Main\ORM\Data\Result
Определения
result.php:16
$result
$result
Определения
get_property_values.php:14
bitrix
modules
catalog
lib
product
store
batchbalancer
inventorytree.php
Создано системой
1.14.0