SproutCMS

This is the code documentation for the SproutCMS project

function delete()

Shows a delete form for the specified item

Usage

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

Arguments

  1. string $type
    Shorthand controller name; see Register::adminControllers
  2. int $id
    The id of the record to show

Return value

  • void