PlgFinderContent::onFinderAfterSave
Method to determine if the access level of an item changed.
Signature
public function onFinderAfterSave(string
$context,
JTable
$row,
boolean
$isNew )
Parameters
-
$context
- The context of the content passed to the plugin.
-
$row
- A JTable object
-
$isNew
- If the content has just been created
Returns
- boolean
- True on success.
Errors/Exceptions
-
Exception
- on database error.