mdref.json config
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Cell / offsetSet.md
1 # void pq\Gateway\Cell::offsetSet(int $o, mixed $v)
2
3 Implements ArrayAcccess.
4 Set or append the value of an array offset.
5 Marks the cell dirty.
6
7 ## Params:
8
9 * int $o
10 The offset.
11 * mixed $v
12 The value.
13
14 ## Throws:
15
16 * UnexpectedValueException, if the cell's value is not an array.