ILIAS
release_8 Revision v8.19
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilNewsContext.php
Go to the documentation of this file.
1
<?php
2
22
class
ilNewsContext
23
{
24
protected
int
$obj_id
;
25
protected
string
$obj_type
;
26
protected
int
$sub_id
;
27
protected
string
$sub_type
;
28
29
public
function
__construct
(
int
$obj_id,
string
$obj_type,
int
$sub_id,
string
$sub_type)
30
{
31
$this->obj_id =
$obj_id
;
32
$this->obj_type =
$obj_type
;
33
$this->sub_id =
$sub_id
;
34
$this->sub_type =
$sub_type
;
35
}
36
37
public
function
getObjId
():
int
38
{
39
return
$this->obj_id
;
40
}
41
42
public
function
getObjType
(): string
43
{
44
return
$this->obj_type
;
45
}
46
47
public
function
getSubId
():
int
48
{
49
return
$this->sub_id
;
50
}
51
52
public
function
getSubType
(): string
53
{
54
return
$this->sub_type
;
55
}
56
}
ilNewsContext\$sub_type
string $sub_type
Definition:
class.ilNewsContext.php:27
ilNewsContext\$sub_id
int $sub_id
Definition:
class.ilNewsContext.php:26
ilNewsContext\$obj_id
int $obj_id
Definition:
class.ilNewsContext.php:24
ilNewsContext
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilNewsContext.php:22
ilNewsContext\getObjId
getObjId()
Definition:
class.ilNewsContext.php:37
ilNewsContext\getSubId
getSubId()
Definition:
class.ilNewsContext.php:47
ilNewsContext\getObjType
getObjType()
Definition:
class.ilNewsContext.php:42
ilNewsContext\$obj_type
string $obj_type
Definition:
class.ilNewsContext.php:25
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ilNewsContext\getSubType
getSubType()
Definition:
class.ilNewsContext.php:52
ilNewsContext\__construct
__construct(int $obj_id, string $obj_type, int $sub_id, string $sub_type)
Definition:
class.ilNewsContext.php:29
Services
News
classes
class.ilNewsContext.php
Generated on Thu Apr 3 2025 22:02:28 for ILIAS by
1.8.13 (using
Doxyfile
)