X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq-gateway%2Fpq%2FGateway%2FTable%2Fof.md;fp=pq-gateway%2Fpq%2FGateway%2FTable%2Fof.md;h=1e1277940f88868d7818008bf595a6d37735e22f;hb=d424e988576befd30f2268860473b8bc58de9664;hp=68134b72e517aa5f1daa7f578d9d9fb357b8b01f;hpb=7a48a8104000691772a1114207a0d82c6c8d2932;p=mdref%2Fmdref-pq-gateway diff --git a/pq-gateway/pq/Gateway/Table/of.md b/pq-gateway/pq/Gateway/Table/of.md index 68134b7..1e12779 100644 --- a/pq-gateway/pq/Gateway/Table/of.md +++ b/pq-gateway/pq/Gateway/Table/of.md @@ -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.