|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilNewsContext: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.
| ilNewsContext::getObjType | ( | ) |
Definition at line 42 of file class.ilNewsContext.php.
References $obj_type.
| ilNewsContext::getSubId | ( | ) |
Definition at line 47 of file class.ilNewsContext.php.
References $sub_id.
| ilNewsContext::getSubType | ( | ) |
Definition at line 52 of file class.ilNewsContext.php.
References $sub_type.
|
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().