SproutCMS

This is the code documentation for the SproutCMS project

function delete()

Delete the specified item.
Usually the best is to use the controller _deleteSave method.
This is called from within a transaction.

Usage

void $Moderate->delete ( mixed $id );

Arguments

  1. $id

Return value

  • void