ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | ( | ) |
Get Obj Id.
Definition at line 49 of file class.ilNewsContext.php.
References $obj_id.
Referenced by ilNewsData\getNewsOfContext(), and ilNewsService\item().
ilNewsContext::getObjType | ( | ) |
Get Obj Type.
Definition at line 59 of file class.ilNewsContext.php.
References $obj_type.
Referenced by ilNewsData\getNewsOfContext(), and ilNewsService\item().
ilNewsContext::getSubId | ( | ) |
Get Sub Obj Id.
Definition at line 69 of file class.ilNewsContext.php.
References $sub_id.
Referenced by ilNewsData\getNewsOfContext(), and ilNewsService\item().
ilNewsContext::getSubType | ( | ) |
Get Sub Obj Type.
Definition at line 79 of file class.ilNewsContext.php.
References $sub_type.
Referenced by ilNewsData\getNewsOfContext(), and ilNewsService\item().
|
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().