[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/content/finder/ -> finder.php (summary)

(no description)

Copyright: (C) 2011 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 130 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PlgContentFinder:: (5 methods):
  onContentAfterSave()
  onContentBeforeSave()
  onContentAfterDelete()
  onContentChangeState()
  onCategoryChangeState()


Class: PlgContentFinder  - X-Ref

Smart Search Content Plugin

onContentAfterSave($context, $article, $isNew)   X-Ref
Smart Search after save content method.
Content is passed by reference, but after the save, so no changes will be saved.
Method is called right after the content is saved.

param: string  $context  The context of the content passed to the plugin (added in 1.6)
param: object  $article  A JTableContent object
param: bool    $isNew    If the content has just been created
return: void

onContentBeforeSave($context, $article, $isNew)   X-Ref
Smart Search before save content method.
Content is passed by reference. Method is called before the content is saved.

param: string  $context  The context of the content passed to the plugin (added in 1.6).
param: object  $article  A JTableContent object.
param: bool    $isNew    If the content is just about to be created.
return: void

onContentAfterDelete($context, $article)   X-Ref
Smart Search after delete content method.
Content is passed by reference, but after the deletion.

param: string  $context  The context of the content passed to the plugin (added in 1.6).
param: object  $article  A JTableContent object.
return: void

onContentChangeState($context, $pks, $value)   X-Ref
Smart Search content state change method.
Method to update the link information for items that have been changed
from outside the edit screen. This is fired when the item is published,
unpublished, archived, or unarchived from the list view.

param: string   $context  The context for the content passed to the plugin.
param: array    $pks      A list of primary key ids of the content that has changed state.
param: integer  $value    The value of the state that the content has been changed to.
return: void

onCategoryChangeState($extension, $pks, $value)   X-Ref
Smart Search change category state content method.
Method is called when the state of the category to which the
content item belongs is changed.

param: string   $extension  The extension whose category has been updated.
param: array    $pks        A list of primary key ids of the content that has changed state.
param: integer  $value      The value of the state that the content has been changed to.
return: void



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer