Function __global->sync_aggregate_type_instance
Definitions
sources/aggregate_types.php
- Sync an aggregate type instance.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | AUTO_LINK | required parameter | N/A | N/A | The ID |
$aggregate_label | ?SHORT_TEXT | Null | N/A | N/A | Label for instance (null: lookup) |
$old_aggregate_label | ?SHORT_TEXT | Null | N/A | N/A | Old label for instance (null: lookup) |
$aggregate_type | ?ID_TEXT | Null | N/A | N/A | What the instance is of (null: lookup) |
$other_parameters | ?array | Null | N/A | N/A | Additional parameters (null: lookup) |
$old_parameters | ?array | Null | N/A | N/A | Old additional parameters (null: lookup) |