ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
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
components
ILIAS
News
classes
class.ilNewsContext.php
Generated on Sun Aug 31 2025 23:03:26 for ILIAS by
1.8.13 (using
Doxyfile
)