SproutCMS

This is the code documentation for the SproutCMS project

function duplicateSave()

Executes the save action for a record duplication

Usage

void $AdminController->duplicateSave ( string $type , int $orig_id );

Arguments

  1. string $type
    The type of item to save
  2. int $orig_id
    $id The id of the record to save

Return value

  • void