SproutCMS

This is the code documentation for the SproutCMS project

function deleteSave()

Executes the delete action for a specific item

Usage

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

Arguments

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

Return value

  • void