mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 22:26:43 +02:00
typo
This commit is contained in:
@@ -253,7 +253,7 @@ class DibiResult extends DibiObject implements IDataSource
|
|||||||
* - associative descriptor: col1|col2->col3=col4
|
* - associative descriptor: col1|col2->col3=col4
|
||||||
* builds a tree: $tree[$val1][$val2]->col3[$val3] = val4
|
* builds a tree: $tree[$val1][$val2]->col3[$val3] = val4
|
||||||
* @param string associative descriptor
|
* @param string associative descriptor
|
||||||
* @return DibiRow
|
* @return array
|
||||||
* @throws InvalidArgumentException
|
* @throws InvalidArgumentException
|
||||||
*/
|
*/
|
||||||
final public function fetchAssoc($assoc)
|
final public function fetchAssoc($assoc)
|
||||||
|
Reference in New Issue
Block a user