ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
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.ilMailError.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8
class
ilMailError
9
{
11
protected
$languageVariable
=
''
;
12
14
protected
$placeHolderValues
= [];
15
21
public
function
__construct
(
string
$languageVariable
, array
$placeHolderValues
= [])
22
{
23
$this->languageVariable =
$languageVariable
;
24
$this->placeHolderValues =
$placeHolderValues
;
25
}
26
30
public
function
getLanguageVariable
() : string
31
{
32
return
$this->languageVariable
;
33
}
34
38
public
function
getPlaceholderValues
() : array
39
{
40
return
$this->placeHolderValues
;
41
}
42
}
ilMailError
Class ilMailError.
Definition:
class.ilMailError.php:8
ilMailError\__construct
__construct(string $languageVariable, array $placeHolderValues=[])
ilMailError constructor.
Definition:
class.ilMailError.php:21
ilMailError\$placeHolderValues
$placeHolderValues
Definition:
class.ilMailError.php:14
ilMailError\$languageVariable
$languageVariable
Definition:
class.ilMailError.php:11
ilMailError\getLanguageVariable
getLanguageVariable()
Definition:
class.ilMailError.php:30
ilMailError\getPlaceholderValues
getPlaceholderValues()
Definition:
class.ilMailError.php:38
Services
Mail
classes
Error
class.ilMailError.php
Generated on Sat Apr 5 2025 21:01:32 for ILIAS by
1.8.13 (using
Doxyfile
)