mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +02:00
Dibi\Fluent: add annotation for methods or() (#328)
This commit is contained in:
@@ -30,6 +30,7 @@ namespace Dibi;
|
|||||||
* @method Fluent as(...$field)
|
* @method Fluent as(...$field)
|
||||||
* @method Fluent on(...$cond)
|
* @method Fluent on(...$cond)
|
||||||
* @method Fluent and(...$cond)
|
* @method Fluent and(...$cond)
|
||||||
|
* @method Fluent or(...$cond)
|
||||||
* @method Fluent using(...$cond)
|
* @method Fluent using(...$cond)
|
||||||
* @method Fluent asc()
|
* @method Fluent asc()
|
||||||
* @method Fluent desc()
|
* @method Fluent desc()
|
||||||
|
Reference in New Issue
Block a user