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