Skip to content

Commit e384c25

Browse files
authored
Update IQueryObject.php
1 parent 48204d5 commit e384c25

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/IQueryObject.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44

55
interface IQueryObject
66
{
7-
8-
function orderBy($column, $value);
9-
10-
function searchIn($column, $value);
7+
function orderBy(string $column, string $order = 'ASC');
118

12-
function equalIn($column, $value);
9+
function searchIn($column, $value, bool $strict = false);
1310

11+
function getEntityManager();
1412
}

0 commit comments

Comments
 (0)