Guest User

Untitled

a guest
Jan 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public function onContentAfterSave ($context, $article, $isNew)
  2. {
  3. $article = JModelLegacy::getInstance('Article', 'ContentModel')->getItem();
  4. ....
  5. }
  6.  
  7. public function onContentAfterSave ($context, $article, $isNew)
  8. {
  9. if (IS_A_ARTCLE) { ... }
  10. }
Add Comment
Please, Sign In to add comment