|
const | ALLOCATE_ACROSS = 'across' |
|
const | ALLOCATE_EACH = 'each' |
|
const | ALLOCATE_ONE = 'one' |
|
const | TARGET_SELECT_ALL = 'all' |
|
const | TARGET_SELECT_ENTITLED = 'entitled' |
|
const | TARGET_SELECT_EXPLICIT = 'explicit' |
|
const | TARGET_TYPE_LINE_ITEM = 'line_item' |
|
const | TARGET_TYPE_SHIPPING_LINE = 'shipping_line' |
|
const | TYPE_DISCOUNT_CODE = 'discount_code' |
|
const | TYPE_SCRIPT = 'script' |
|
const | VALUE_TYPE_FIXED_AMOUNT = 'fixed_amount' |
|
const | VALUE_TYPE_PERCENTAGE = 'percentage' |
|
const | MAP = [] |
|
const | PATCH = [] |
|
|
Api | $api |
|
Pool | $pool |
|
mixed | _hydrate (string $class, $item) |
| A factory that also hydrates / caches entities. More...
|
|
array | _select ($subject, callable $filter,... $args) |
| Magic method: selectField(callable $filter) More...
|
|
$this | _setData (array $data) |
| Clears all diffs and sets all data, hydrating mapped fields. More...
|
|
$this | _setField (string $field, $value) |
| Sets a value, hydrating if mapped, and clears the diff. More...
|
|