PlgContentFinder::onContentBeforeSave
Finder before 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 onContentBeforeSave(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 is just about to be created