JModelAdmin::batchMove
Batch move items to a new category
Signature
protected function batchMove(integer
$value,
array
$pks,
array
$contexts )
Parameters
-
$value
- The new category ID.
-
$pks
- An array of row IDs.
-
$contexts
- An array of item contexts.
Returns
- boolean
- True if successful, false otherwise and internal error is set.