X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq-gateway%2Fpq%2FGateway%2FCell%2FoffsetUnset.md;fp=pq-gateway%2Fpq%2FGateway%2FCell%2FoffsetUnset.md;h=1f63154b881f5af7bee2bf93080cd7fbd449c343;hb=36b712ed0207fcda664012d6175c0bd138b951c1;hp=0000000000000000000000000000000000000000;hpb=7ea2f1057ec672dca70fe59926ee2b6c0538f408;p=mdref%2Fmdref-pq-gateway diff --git a/pq-gateway/pq/Gateway/Cell/offsetUnset.md b/pq-gateway/pq/Gateway/Cell/offsetUnset.md new file mode 100644 index 0000000..1f63154 --- /dev/null +++ b/pq-gateway/pq/Gateway/Cell/offsetUnset.md @@ -0,0 +1,14 @@ +# void pq\Gateway\Cell::offsetUnset(int $o) + +Implements ArrayAcccess. +Unset the value of an array offset. +Marks the cell dirty. + +## Params: + +* int $o + The offset. + +## Throws: + +* UnexpectedValueException, if the cell's value is not an array.