finished Table docs
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Table / of.md
index 68134b72e517aa5f1daa7f578d9d9fb357b8b01f..1e1277940f88868d7818008bf595a6d37735e22f 100644 (file)
@@ -1,4 +1,4 @@
-# mixed pq\Gateway\Table::of(pq\Gateway\Row $foreign[, string $name = NULL[, string $order = NULL[, int $limit = 0[, int $offset = 0]]]])
+# mixed pq\Gateway\Table::of(pq\Gateway\Row $foreign[, string $ref = NULL[, string $order = NULL[, int $limit = 0[, int $offset = 0]]]])
 
 Find rows in table by foreign key.
 See pq\Gateway\Table::find(), pq\Gateway\Table::by() and pq\Gateway\Row::allOf().
@@ -7,7 +7,7 @@ See pq\Gateway\Table::find(), pq\Gateway\Table::by() and pq\Gateway\Row::allOf()
 
 * pq\Gateway\Row $row  
   A row of a table referencing this table through a foreign key.
-* Optional string $name = NULL  
+* Optional string $ref = NULL  
   The identifying name of the relation.
 * Optional string $order = NULL  
   Sorting clause.