tests
[m6w6/pq-gateway] / lib / pq / Gateway / Row.php
index 5c0efa4ac19a30da22c3bb7627d8ffb4bd58ada5..a8b879370f347b4ad494edd78d99a25d7b079328 100644 (file)
@@ -79,6 +79,12 @@ class Row implements \JsonSerializable
                return false;
        }
        
                return false;
        }
        
+       function refresh() {
+               $this->data = $this->table->find($this->criteria(), null, 1, 0)->current()->data;
+               $this->cell = array();
+               return $this;
+       }
+       
        /**
         * Fill modified cells
         * @return \pq\Gateway\Row
        /**
         * Fill modified cells
         * @return \pq\Gateway\Row