Back to WorkflowModelInterface class

Method workflowCleanupBatchMove

public null
workflowCleanupBatchMove
(mixed $oldId, mixed $newId)
Batch change workflow stage or current.
Parameters
  • int $oldId The ID of the item copied from
  • int $newId The ID of the new item
Returns
  • null
Since
  • 4.0.0

Method workflowCleanupBatchMove - Source code

/**
 * Batch change workflow stage or current.
 *
 * @param   integer  $oldId     The ID of the item copied from
 * @param   integer  $newId     The ID of the new item
 *
 * @return  null
 *
 * @since   4.0.0
 */
public function workflowCleanupBatchMove($oldId, $newId);