ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilContextNewsData Class Reference

News data. More...

+ Collaboration diagram for ilContextNewsData:

Public Member Functions

 __construct (int $obj_id, string $obj_type, int $subtype, string $subid, ilNewsService $service, $_deps)
 Constructor. More...
 

Protected Attributes

 $_deps
 
 $service
 

Detailed Description

News data.

Author
killi.nosp@m.nh@l.nosp@m.eifos.nosp@m..de

Definition at line 11 of file class.ilContextNewsData.php.

Constructor & Destructor Documentation

◆ __construct()

ilContextNewsData::__construct ( int  $obj_id,
string  $obj_type,
int  $subtype,
string  $subid,
ilNewsService  $service,
  $_deps 
)

Constructor.

Definition at line 26 of file class.ilContextNewsData.php.

References $_deps, and $service.

27  {
28  $this->service = $service;
29  $this->_deps = $_deps;
30  }

Field Documentation

◆ $_deps

ilContextNewsData::$_deps
protected

Definition at line 16 of file class.ilContextNewsData.php.

Referenced by __construct().

◆ $service

ilContextNewsData::$service
protected

Definition at line 21 of file class.ilContextNewsData.php.

Referenced by __construct().


The documentation for this class was generated from the following file: