mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
Fluent: improved phpDoc
This commit is contained in:
committed by
David Grudl
parent
a0f2ca2fca
commit
848ac76fed
@@ -27,6 +27,8 @@ namespace Dibi;
|
||||
* @method Fluent innerJoin(...$table)
|
||||
* @method Fluent rightJoin(...$table)
|
||||
* @method Fluent outerJoin(...$table)
|
||||
* @method Fluent union(Fluent $fluent)
|
||||
* @method Fluent unionAll(Fluent $fluent)
|
||||
* @method Fluent as(...$field)
|
||||
* @method Fluent on(...$cond)
|
||||
* @method Fluent and(...$cond)
|
||||
|
Reference in New Issue
Block a user