Skip to content

Commit

Permalink
IDBConnection interface should expose createQueryBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
rullzer committed Mar 13, 2015
1 parent 96456ff commit 3ed3284
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/public/idbconnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,11 @@ public function dropTable($table);
* @return bool
*/
public function tableExists($table);

/**
* Gets the QueryBuilder
*
* @return \Doctrine\DBAL\Query\QueryBuilder
*/
public function createQueryBuilder();
}

0 comments on commit 3ed3284

Please sign in to comment.