UsersModelUser::batch
Method to perform batch operations on an item or a set of items.
Signature
public function batch(array
$commands,
array
$pks,
array
$contexts )
Parameters
-
$commands
- An array of commands to perform.
-
$pks
- An array of item ids.
-
$contexts
- An array of item contexts.
Returns
- boolean
- Returns true on success, false on failure.