ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilPersonalDesktopHookPlugin.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3include_once("./Services/Component/classes/class.ilPlugin.php");
4
14{
20 final function getComponentType()
21 {
22 return IL_COMP_SERVICE;
23 }
24
30 final function getComponentName()
31 {
32 return "PersonalDesktop";
33 }
34
40 final function getSlot()
41 {
42 return "PersonalDesktopHook";
43 }
44
50 final function getSlotId()
51 {
52 return "pdhk";
53 }
54
58 protected final function slotInit()
59 {
60 // nothing to do here
61 }
62}
63?>
const IL_COMP_SERVICE
Abstract parent class for all personal desktop plugin classes.
slotInit()
Object initialization done by slot.