@@ -120,8 +120,7 @@ |
||
120 | 120 | /** |
121 | 121 | * Called from template by $() to find a specific model |
122 | 122 | * @param array[] $typeId Array of types mapped to ids [type1=>[1],type2=>[2]] |
123 | - * @param int $sortDir Sort Direction defined by hamle::SORT_* |
|
124 | - * @param string $sortField Field name to sort by |
|
123 | + * @param int $sort Sort Direction defined by hamle::SORT_* |
|
125 | 124 | * @param int $limit Results Limit |
126 | 125 | * @param int $offset Results Offset |
127 | 126 | * @internal param string $type type to filter by |