ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
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}
An exception for terminatinating execution or to throw for unit testing.
__construct(int $obj_id, string $obj_type, int $subtype, string $subid, ilNewsService $service, $_deps)
Constructor.