1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-03 12:47:33 +02:00

Dibi\Fluent: add annotations for methods and(), asc(), desc() #298 (#299)

This commit is contained in:
Pavel Kácha
2018-06-28 14:25:20 +02:00
committed by David Grudl
parent 9840c31995
commit c8dfb1f863

View File

@@ -29,7 +29,10 @@ namespace Dibi;
* @method Fluent outerJoin(...$table)
* @method Fluent as(...$field)
* @method Fluent on(...$cond)
* @method Fluent and(...$cond)
* @method Fluent using(...$cond)
* @method Fluent asc()
* @method Fluent desc()
*/
class Fluent implements IDataSource
{