ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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\getPlaceHolderValues
getPlaceHolderValues()
Definition:
class.ilMailError.php:38
ilMailError\getLanguageVariable
getLanguageVariable()
Definition:
class.ilMailError.php:30
php
Services
Mail
classes
Error
class.ilMailError.php
Generated on Thu Feb 27 2025 19:01:59 for ILIAS by
1.8.13 (using
Doxyfile
)