1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00
This commit is contained in:
Jan Tvrdik
2013-10-24 21:15:48 +02:00
parent 3b1e9e2632
commit 530e7d30c9
4 changed files with 11 additions and 11 deletions

View File

@@ -590,7 +590,7 @@ class DibiConnection extends DibiObject
/**
* Executes SQL query and fetch results - shortcut for query() & fetchAll().
* @param array|mixed one or more arguments
* @return array of DibiRow
* @return DibiRow[]
* @throws DibiException
*/
public function fetchAll($args)