SproutCMS

This is the code documentation for the SproutCMS project

function editSave()

Executes the save action for a specific item

Usage

void $AdminController->editSave ( string $type , int $id );

Arguments

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

Return value

  • void