PlgFinderCategories::onFinderDelete
Method to remove the link information for items that have been deleted.
Signature
public function onFinderDelete(string
$context,
JTable
$tableĀ )
Parameters
-
$context
- The context of the action being performed.
-
$table
- A JTable object containing the record to be deleted
Returns
- boolean
- True on success.
Errors/Exceptions
-
Exception
- on database error.