ILIAS
Release_4_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
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 */
3
include_once(
"./Services/Component/classes/class.ilPlugin.php"
);
4
13
abstract
class
ilPersonalDesktopHookPlugin
extends
ilPlugin
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
?>
Services
PersonalDesktop
classes
class.ilPersonalDesktopHookPlugin.php
Generated on Wed Apr 27 2016 19:01:49 for ILIAS by
1.8.1.2 (using
Doxyfile
)