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