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
interface.ilForumNotificationMailData.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8
interface
ilForumNotificationMailData
9
{
13
public
function
getRefId
();
14
18
public
function
getObjId
();
19
23
public
function
getForumId
();
24
26
public
function
closestContainer
() : ?
ilObject
;
27
28
public
function
providesClosestContainer
() : bool;
29
30
34
public
function
getForumTitle
();
35
39
public
function
getThreadId
();
40
44
public
function
getThreadTitle
();
45
49
public
function
getPostId
();
50
54
public
function
getPostTitle
();
55
59
public
function
getPostMessage
();
60
64
public
function
getPosAuthorId
();
65
69
public
function
getPostUpdateUserId
();
70
74
public
function
getPosDisplayUserId
();
75
79
public
function
getPosUserAlias
();
80
85
public
function
getPostUserName
(\
ilLanguage
$user_lang);
86
90
public
function
getPostDate
();
91
95
public
function
getPostUpdate
();
96
101
public
function
getPostUpdateUserName
(\
ilLanguage
$user_lang);
102
106
public
function
getPostCensored
();
107
111
public
function
getPostCensoredDate
();
112
116
public
function
getCensorshipComment
();
117
121
public
function
getAttachments
();
122
126
public
function
getDeletedBy
();
127
}
ilForumNotificationMailData\getForumTitle
getForumTitle()
ilForumNotificationMailData\getPostUserName
getPostUserName(\ilLanguage $user_lang)
ilLanguage
ilForumNotificationMailData\getPostUpdate
getPostUpdate()
ilObject
ilForumNotificationMailData\closestContainer
closestContainer()
ilForumNotificationMailData\getPosDisplayUserId
getPosDisplayUserId()
ilForumNotificationMailData\providesClosestContainer
providesClosestContainer()
ilForumNotificationMailData\getAttachments
getAttachments()
ilForumNotificationMailData\getPostUpdateUserName
getPostUpdateUserName(\ilLanguage $user_lang)
ilForumNotificationMailData\getPosUserAlias
getPosUserAlias()
ilForumNotificationMailData\getPostDate
getPostDate()
ilForumNotificationMailData\getObjId
getObjId()
ilForumNotificationMailData\getRefId
getRefId()
ilForumNotificationMailData\getThreadId
getThreadId()
ilForumNotificationMailData\getForumId
getForumId()
ilForumNotificationMailData
Interface ilForumNotificationMailData.
Definition:
interface.ilForumNotificationMailData.php:8
ilForumNotificationMailData\getThreadTitle
getThreadTitle()
ilForumNotificationMailData\getDeletedBy
getDeletedBy()
ilForumNotificationMailData\getCensorshipComment
getCensorshipComment()
ilForumNotificationMailData\getPostTitle
getPostTitle()
ilForumNotificationMailData\getPostUpdateUserId
getPostUpdateUserId()
ilForumNotificationMailData\getPostId
getPostId()
ilForumNotificationMailData\getPostCensoredDate
getPostCensoredDate()
ilForumNotificationMailData\getPosAuthorId
getPosAuthorId()
ilForumNotificationMailData\getPostCensored
getPostCensored()
ilForumNotificationMailData\getPostMessage
getPostMessage()
Modules
Forum
interfaces
interface.ilForumNotificationMailData.php
Generated on Sun Apr 13 2025 21:01:07 for ILIAS by
1.8.13 (using
Doxyfile
)