PlgContentFinder::onContentAfterSave
Finder after save content method Article is passed by reference, but after the save, so no changes will be saved.
Method is called right after the content is saved
Signature
public function onContentAfterSave(string
$context,
$article,
bool
$isNew )
Parameters
-
$context
- The context of the content passed to the plugin (added in 1.6)
-
$article
- A JTableContent object
-
$isNew
- If the content has just been created