Cell
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Cell / offsetGet.md
diff --git a/pq-gateway/pq/Gateway/Cell/offsetGet.md b/pq-gateway/pq/Gateway/Cell/offsetGet.md
new file mode 100644 (file)
index 0000000..bdf71ad
--- /dev/null
@@ -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.