Propagation
in package
This class is used to propagate Event Object and Material Attribute data between accounts.
It is intended that this class is used in the material ledger and outside of it. For example, this class could be used in the MaterialAwareInterface Hooks.
Table of Contents
Methods
- add() : stdClass
- Takes an unknown number of events and adds them together, returning a single event.
Methods
add()
Takes an unknown number of events and adds them together, returning a single event.
public
static add(array<string|int, mixed> $events) : stdClass
This function is used in the material flow detection to propagate Costing, GHG Emissions, and more.
Parameters
- $events : array<string|int, mixed>