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) |
| __construct (&$subject, $config=array()) |
| loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR) |
| __construct (&$subject) |
| update (&$args) |
| __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 () |
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 | $extension | The extension whose category has been updated. |
array | $pks | A list of primary key ids of the content that has changed state. |
integer | $value | The value of the state that the content has been changed to. |
- Depuis:
- 2.5
Références $dispatcher, $extension, JDispatcher\getInstance(), et JPluginHelper\importPlugin().
plgContentFinder::onContentAfterDelete |
( |
|
$context, |
|
|
|
$article |
|
) |
| |
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:
-
string | The context of the content passed to the plugin (added in 1.6) |
object | A JTableContent object |
bool | If the content has just been created |
- Depuis:
- 2.5
Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().
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:
-
string | The context of the content passed to the plugin (added in 1.6) |
object | A JTableContent object |
bool | If the content is just about to be created |
- Depuis:
- 2.5
Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().
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 | $context | The context for the content passed to the plugin. |
array | $pks | A list of primary key ids of the content that has changed state. |
integer | $value | The value of the state that the content has been changed to. |
- Depuis:
- 2.5
Références $dispatcher, JDispatcher\getInstance(), et JPluginHelper\importPlugin().
La documentation de cette classe a été générée à partir du fichier suivant :