NewsfeedsModelNewsfeed::batchCopy
Batch copy items to a new category or current.
Signature
protected function batchCopy(integer
$value,
array
$pks,
array
$contexts )
Parameters
-
$value
- The new category.
-
$pks
- An array of row IDs.
-
$contexts
- An array of item contexts.
Returns
- mixed
- An array of new IDs on success, boolean false on failure.
Parent Implementation
Tasks
Line | Task |
---|---|
97 | Deal with ordering? |