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.ilMailTemplateGenericContext.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
require_once
'Services/Mail/classes/class.ilMailTemplateContext.php'
;
6
11
class
ilMailTemplateGenericContext
extends
ilMailTemplateContext
12
{
16
public
function
getId
() : string
17
{
18
return
'mail_template_generic'
;
19
}
20
24
public
function
getTitle
() : string
25
{
26
return
$this->
getLanguage
()->txt(
'please_choose'
);
27
}
28
32
public
function
getDescription
() : string
33
{
34
return
$this->
getLanguage
()->txt(
'please_choose'
);
35
}
36
40
public
function
getSpecificPlaceholders
() : array
41
{
42
return
[];
43
}
44
48
public
function
resolveSpecificPlaceholder
(
49
string
$placeholder_id,
50
array $context_parameters,
51
ilObjUser
$recipient = null,
52
bool
$html_markup =
false
53
) : string {
54
return
''
;
55
}
56
}
ilMailTemplateGenericContext\getDescription
getDescription()
Definition:
class.ilMailTemplateGenericContext.php:32
ilMailTemplateGenericContext\getTitle
getTitle()
Definition:
class.ilMailTemplateGenericContext.php:24
ilMailTemplateContext\getLanguage
getLanguage()
Definition:
class.ilMailTemplateContext.php:69
ilObjUser
ilMailTemplateGenericContext\getId
getId()
Definition:
class.ilMailTemplateGenericContext.php:16
ilMailTemplateGenericContext\getSpecificPlaceholders
getSpecificPlaceholders()
Definition:
class.ilMailTemplateGenericContext.php:40
ilMailTemplateContext
Class ilMailTemplateContext.
Definition:
class.ilMailTemplateContext.php:15
ilMailTemplateGenericContext
Definition:
class.ilMailTemplateGenericContext.php:11
ilMailTemplateGenericContext\resolveSpecificPlaceholder
resolveSpecificPlaceholder(string $placeholder_id, array $context_parameters, ilObjUser $recipient=null, bool $html_markup=false)
Definition:
class.ilMailTemplateGenericContext.php:48
Services
Mail
classes
class.ilMailTemplateGenericContext.php
Generated on Thu Apr 10 2025 20:01:21 for ILIAS by
1.8.13 (using
Doxyfile
)