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.ilNewsContext.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11
class
ilNewsContext
12
{
16
protected
$obj_id
;
17
21
protected
$obj_type
;
22
26
protected
$sub_id
;
27
31
protected
$sub_type
;
32
36
public
function
__construct
(
int
$obj_id
,
string
$obj_type
,
int
$sub_id
,
string
$sub_type
)
37
{
38
$this->obj_id =
$obj_id
;
39
$this->obj_type =
$obj_type
;
40
$this->sub_id =
$sub_id
;
41
$this->sub_type =
$sub_type
;
42
}
43
49
public
function
getObjId
() : int
50
{
51
return
$this->obj_id
;
52
}
53
59
public
function
getObjType
() : string
60
{
61
return
$this->obj_type
;
62
}
63
69
public
function
getSubId
() : int
70
{
71
return
$this->sub_id
;
72
}
73
79
public
function
getSubType
() : string
80
{
81
return
$this->sub_type
;
82
}
83
}
ilNewsContext
Definition:
class.ilNewsContext.php:11
ilNewsContext\$sub_id
$sub_id
Definition:
class.ilNewsContext.php:26
ilNewsContext\getObjId
getObjId()
Get Obj Id.
Definition:
class.ilNewsContext.php:49
ilNewsContext\$obj_type
$obj_type
Definition:
class.ilNewsContext.php:21
ilNewsContext\getSubId
getSubId()
Get Sub Obj Id.
Definition:
class.ilNewsContext.php:69
ilNewsContext\getObjType
getObjType()
Get Obj Type.
Definition:
class.ilNewsContext.php:59
ilNewsContext\$obj_id
$obj_id
Definition:
class.ilNewsContext.php:16
ilNewsContext\$sub_type
$sub_type
Definition:
class.ilNewsContext.php:31
ilNewsContext\getSubType
getSubType()
Get Sub Obj Type.
Definition:
class.ilNewsContext.php:79
ilNewsContext\__construct
__construct(int $obj_id, string $obj_type, int $sub_id, string $sub_type)
Constructor.
Definition:
class.ilNewsContext.php:36
Services
News
classes
class.ilNewsContext.php
Generated on Wed Apr 2 2025 21:01:33 for ILIAS by
1.8.13 (using
Doxyfile
)