mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
[example] commentaire
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@32 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
2ec33690db
commit
6d5dcd00a1
@ -56,7 +56,7 @@ function plugin_init_example() {
|
|||||||
// Display on central page
|
// Display on central page
|
||||||
$PLUGIN_HOOKS['central_action']['example'] = 'plugin_central_action_example';
|
$PLUGIN_HOOKS['central_action']['example'] = 'plugin_central_action_example';
|
||||||
|
|
||||||
// Item action event // See config.php for defined ITEM_TYPE
|
// Item action event // See define.php for defined ITEM_TYPE
|
||||||
$PLUGIN_HOOKS['item_update']['example'] = 'plugin_item_update_example';
|
$PLUGIN_HOOKS['item_update']['example'] = 'plugin_item_update_example';
|
||||||
$PLUGIN_HOOKS['item_add']['example'] = 'plugin_item_add_example';
|
$PLUGIN_HOOKS['item_add']['example'] = 'plugin_item_add_example';
|
||||||
$PLUGIN_HOOKS['item_delete']['example'] = 'plugin_item_delete_example';
|
$PLUGIN_HOOKS['item_delete']['example'] = 'plugin_item_delete_example';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user