ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $obj_id, string $obj_type, int $sub_id, string $sub_type) | |
getObjId () | |
getObjType () | |
getSubId () | |
getSubType () | |
Protected Attributes | |
int | $obj_id |
string | $obj_type |
int | $sub_id |
string | $sub_type |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 22 of file class.ilNewsContext.php.
ilNewsContext::__construct | ( | int | $obj_id, |
string | $obj_type, | ||
int | $sub_id, | ||
string | $sub_type | ||
) |
ilNewsContext::getObjId | ( | ) |
Definition at line 37 of file class.ilNewsContext.php.
References $obj_id.
Referenced by ILIAS\News\Items\NewsItemManager\getNewsOfContext(), and ILIAS\News\Service\item().
ilNewsContext::getObjType | ( | ) |
Definition at line 42 of file class.ilNewsContext.php.
References $obj_type.
Referenced by ILIAS\News\Items\NewsItemManager\getNewsOfContext(), and ILIAS\News\Service\item().
ilNewsContext::getSubId | ( | ) |
Definition at line 47 of file class.ilNewsContext.php.
References $sub_id.
Referenced by ILIAS\News\Items\NewsItemManager\getNewsOfContext(), and ILIAS\News\Service\item().
ilNewsContext::getSubType | ( | ) |
Definition at line 52 of file class.ilNewsContext.php.
References $sub_type.
Referenced by ILIAS\News\Items\NewsItemManager\getNewsOfContext(), and ILIAS\News\Service\item().
|
protected |
Definition at line 24 of file class.ilNewsContext.php.
Referenced by __construct(), and getObjId().
|
protected |
Definition at line 25 of file class.ilNewsContext.php.
Referenced by __construct(), and getObjType().
|
protected |
Definition at line 26 of file class.ilNewsContext.php.
Referenced by __construct(), and getSubId().
|
protected |
Definition at line 27 of file class.ilNewsContext.php.
Referenced by __construct(), and getSubType().