|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilNewsContext:Public Member Functions | |
| __construct (int $obj_id, string $obj_type, int $sub_id, string $sub_type) | |
| Constructor. More... | |
| getObjId () | |
| Get Obj Id. More... | |
| getObjType () | |
| Get Obj Type. More... | |
| getSubId () | |
| Get Sub Obj Id. More... | |
| getSubType () | |
| Get Sub Obj Type. More... | |
Protected Attributes | |
| $obj_id | |
| $obj_type | |
| $sub_id | |
| $sub_type | |
Definition at line 11 of file class.ilNewsContext.php.
| ilNewsContext::__construct | ( | int | $obj_id, |
| string | $obj_type, | ||
| int | $sub_id, | ||
| string | $sub_type | ||
| ) |
| ilNewsContext::getObjId | ( | ) |
| ilNewsContext::getObjType | ( | ) |
Get Obj Type.
Definition at line 59 of file class.ilNewsContext.php.
References $obj_type.
| ilNewsContext::getSubId | ( | ) |
Get Sub Obj Id.
Definition at line 69 of file class.ilNewsContext.php.
References $sub_id.
| ilNewsContext::getSubType | ( | ) |
Get Sub Obj Type.
Definition at line 79 of file class.ilNewsContext.php.
References $sub_type.
|
protected |
Definition at line 16 of file class.ilNewsContext.php.
Referenced by __construct(), and getObjId().
|
protected |
Definition at line 21 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 31 of file class.ilNewsContext.php.
Referenced by __construct(), and getSubType().