1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 22:26:43 +02:00
This commit is contained in:
David Grudl
2015-11-06 23:00:36 +01:00
parent 8f8fd040ff
commit 50324fd815

View File

@@ -253,7 +253,7 @@ class DibiResult extends DibiObject implements IDataSource
* - associative descriptor: col1|col2->col3=col4
* builds a tree: $tree[$val1][$val2]->col3[$val3] = val4
* @param string associative descriptor
* @return DibiRow
* @return array
* @throws InvalidArgumentException
*/
final public function fetchAssoc($assoc)