ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilPDFRendererPlugin.php
Go to the documentation of this file.
1
<?php
2
require_once
'./Services/Component/classes/class.ilPlugin.php'
;
3
require_once
'./Services/PDFGeneration/interfaces/interface.ilRendererConfig.php'
;
4
require_once
'./Services/PDFGeneration/interfaces/interface.ilPDFRenderer.php'
;
5
16
abstract
class
ilPDFRendererPlugin
extends
ilPlugin
implements
ilRendererConfig
,
ilPDFRenderer
17
{
25
final
public
function
getComponentType
()
26
{
27
return
IL_COMP_SERVICE
;
28
}
29
35
final
public
function
getComponentName
()
36
{
37
return
"PDFGeneration"
;
38
}
39
45
final
public
function
getSlot
()
46
{
47
return
"Renderer"
;
48
}
49
55
final
public
function
getSlotId
()
56
{
57
return
"renderer"
;
58
}
59
63
final
protected
function
slotInit
()
64
{
65
// nothing to do here
66
}
67
69
// Note: Most of the required methods come from interface ilRendererConfig
70
}
ilPDFRendererPlugin\slotInit
slotInit()
Object initialization done by slot.
Definition:
class.ilPDFRendererPlugin.php:63
ilRendererConfig
Definition:
interface.ilRendererConfig.php:3
ilPDFRenderer
Definition:
interface.ilPDFRenderer.php:3
ilPDFRendererPlugin\getSlotId
getSlotId()
Get Slot ID.
Definition:
class.ilPDFRendererPlugin.php:55
ilPDFRendererPlugin
Abstract parent class for all pdf renderer plugin classes.
Definition:
class.ilPDFRendererPlugin.php:16
ilPDFRendererPlugin\getComponentName
getComponentName()
Get Component Name.
Definition:
class.ilPDFRendererPlugin.php:35
ilPDFRendererPlugin\getSlot
getSlot()
Get Slot Name.
Definition:
class.ilPDFRendererPlugin.php:45
ilPlugin
IL_COMP_SERVICE
const IL_COMP_SERVICE
Definition:
class.ilComponent.php:6
ilPDFRendererPlugin\getComponentType
getComponentType()
— ilPlugin –
Definition:
class.ilPDFRendererPlugin.php:25
Services
PDFGeneration
classes
class.ilPDFRendererPlugin.php
Generated on Sat Apr 5 2025 20:01:27 for ILIAS by
1.8.13 (using
Doxyfile
)