PlgContentJoomla::onContentAfterSave
Example 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
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
Returns
- boolean
- true if function not enabled, is in front-end or is new. Else true or
false depending on success of save function.