ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilContextNewsData.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
ilContextNewsData
12
{
16
protected
$_deps
;
17
21
protected
$service
;
22
26
public
function
__construct
(
int
$obj_id,
string
$obj_type,
int
$subtype,
string
$subid,
ilNewsService
$service
,
$_deps
)
27
{
28
$this->service =
$service
;
29
$this->_deps =
$_deps
;
30
}
31
}
ilContextNewsData
News data.
Definition:
class.ilContextNewsData.php:11
ilContextNewsData\$service
$service
Definition:
class.ilContextNewsData.php:21
ilNewsService
News service.
Definition:
class.ilNewsService.php:11
ilContextNewsData\$_deps
$_deps
Definition:
class.ilContextNewsData.php:16
ilContextNewsData\__construct
__construct(int $obj_id, string $obj_type, int $subtype, string $subid, ilNewsService $service, $_deps)
Constructor.
Definition:
class.ilContextNewsData.php:26
php
Services
News
classes
class.ilContextNewsData.php
Generated on Thu Jan 30 2025 19:02:01 for ILIAS by
1.8.13 (using
Doxyfile
)