SlotFlow API Documentation

Deprecated

Table of Contents

src/Batch/BatchInventoryMutation.php
src/Batch/InventoryBatch.php
src/Cascade.php
src/Inventory.php
src/MovementResult.php
src/Policies/AvailableInventorySortPolicy.php
src/Results/InventoryMutation.php
src/Results/MovementEvent.php
src/Runtime/CascadeContext.php
src/SlotSpace.php

BatchInventoryMutation.php

Line Element Reason
18 BatchInventoryMutation

use BatchQuantityStateDelta instead

InventoryBatch.php

Line Element Reason
18 InventoryBatch

use QuantityStateBatch instead

25 InventoryBatch::mutations()

use deltas() instead

Cascade.php

Line Element Reason
14 Cascade

use Flow instead

Inventory.php

Line Element Reason
14 Inventory

use QuantityState instead

MovementResult.php

Line Element Reason
95 MovementResult::mutations()

use deltas() instead

AvailableInventorySortPolicy.php

Line Element Reason
14 AvailableInventorySortPolicy

use AvailableQuantitySortPolicy instead

InventoryMutation.php

Line Element Reason
14 InventoryMutation

use QuantityStateDelta instead

MovementEvent.php

Line Element Reason
83 MovementEvent::mutations()

use deltas() instead

CascadeContext.php

Line Element Reason
14 CascadeContext

use FlowContext instead

SlotSpace.php

Line Element Reason
616 SlotSpace::cascade()

use flow() instead

721 SlotSpace::getCascade()

use getFlow() instead

Search results