Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe plgContentFinder
+ Graphe d'héritage de plgContentFinder:
+ Graphe de collaboration de plgContentFinder:

Liste de tous les membres

Fonctions membres publiques

 onContentAfterSave ($context, $article, $isNew)
 onContentBeforeSave ($context, $article, $isNew)
 onContentAfterDelete ($context, $article)
 onContentChangeState ($context, $pks, $value)
 onCategoryChangeState ($extension, $pks, $value)
- Fonctions membres publiques inherited from JPlugin
 __construct (&$subject, $config=array())
 loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR)
- Fonctions membres publiques inherited from JEvent
 __construct (&$subject)
 update (&$args)
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Additional Inherited Members

- Attributs publics inherited from JPlugin
 $params = null
- Attributs protégés inherited from JPlugin
 $_name = null
 $_type = null
- Attributs protégés inherited from JEvent
 $_subject = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

plgContentFinder::onCategoryChangeState (   $extension,
  $pks,
  $value 
)

Finder change category state 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

Paramètres:
string$extensionThe extension whose category has been updated.
array$pksA list of primary key ids of the content that has changed state.
integer$valueThe value of the state that the content has been changed to.
Depuis:
2.5

Références $dispatcher, $extension, JDispatcher\getInstance(), et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :

plgContentFinder::onContentAfterDelete (   $context,
  $article 
)

Finder after delete 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

Paramètres:
stringThe context of the content passed to the plugin (added in 1.6)
objectA JTableContent object
Depuis:
2.5

Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :

plgContentFinder::onContentAfterSave (   $context,
  $article,
  $isNew 
)

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

Paramètres:
stringThe context of the content passed to the plugin (added in 1.6)
objectA JTableContent object
boolIf the content has just been created
Depuis:
2.5

Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :

plgContentFinder::onContentBeforeSave (   $context,
  $article,
  $isNew 
)

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

Paramètres:
stringThe context of the content passed to the plugin (added in 1.6)
objectA JTableContent object
boolIf the content is just about to be created
Depuis:
2.5

Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :

plgContentFinder::onContentChangeState (   $context,
  $pks,
  $value 
)

Finder change state content 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ètres:
string$contextThe context for the content passed to the plugin.
array$pksA list of primary key ids of the content that has changed state.
integer$valueThe value of the state that the content has been changed to.
Depuis:
2.5

Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().

+ Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :