PlgFinderContacts::onFinderAfterDelete
Method to remove the link information for items that have been deleted.
This event will fire when contacts are deleted and when an indexed item is deleted.
Signature
public function onFinderAfterDelete(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.