SproutCMS

This is the code documentation for the SproutCMS project

function _deleteSave()

Deletes an item and logs the deleted data

This method should not be overridden unless absolutely necessary.

Usage

bool $HasCategoriesAdminController->_deleteSave ( int $item_id );

Arguments

  1. int $item_id
    The record to delete

Exceptions thrown

  • QueryException

Return value

  • bool
    True on success, false on failure