|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Notes\Context:Public Member Functions | |
| __construct (int $obj_id=0, int $sub_obj_id=0, string $type="", int $news_id=0, bool $in_repo=true) | |
| getObjId () | |
| getSubObjId () | |
| getNewsId () | |
| getType () | |
| getInRepository () | |
Protected Attributes | |
| int | $obj_id = 0 |
| int | $sub_obj_id = 0 |
| int | $news_id = 0 |
| string | $type = "" |
| bool | $in_repo = false |
Definition at line 27 of file class.Context.php.
| ILIAS\Notes\Context::__construct | ( | int | $obj_id = 0, |
| int | $sub_obj_id = 0, |
||
| string | $type = "", |
||
| int | $news_id = 0, |
||
| bool | $in_repo = true |
||
| ) |
Definition at line 35 of file class.Context.php.
References ILIAS\Notes\Context\$in_repo, ILIAS\Notes\Context\$news_id, ILIAS\Notes\Context\$obj_id, ILIAS\Notes\Context\$sub_obj_id, and ILIAS\Notes\Context\$type.
| ILIAS\Notes\Context::getInRepository | ( | ) |
Definition at line 69 of file class.Context.php.
References ILIAS\Notes\Context\$in_repo.
| ILIAS\Notes\Context::getNewsId | ( | ) |
Definition at line 59 of file class.Context.php.
References ILIAS\Notes\Context\$news_id.
| ILIAS\Notes\Context::getObjId | ( | ) |
Definition at line 49 of file class.Context.php.
References ILIAS\Notes\Context\$obj_id.
| ILIAS\Notes\Context::getSubObjId | ( | ) |
Definition at line 54 of file class.Context.php.
References ILIAS\Notes\Context\$sub_obj_id.
| ILIAS\Notes\Context::getType | ( | ) |
Definition at line 64 of file class.Context.php.
References ILIAS\Notes\Context\$type.
|
protected |
Definition at line 33 of file class.Context.php.
Referenced by ILIAS\Notes\Context\__construct(), and ILIAS\Notes\Context\getInRepository().
|
protected |
Definition at line 31 of file class.Context.php.
Referenced by ILIAS\Notes\Context\__construct(), and ILIAS\Notes\Context\getNewsId().
|
protected |
Definition at line 29 of file class.Context.php.
Referenced by ILIAS\Notes\Context\__construct(), and ILIAS\Notes\Context\getObjId().
|
protected |
Definition at line 30 of file class.Context.php.
Referenced by ILIAS\Notes\Context\__construct(), and ILIAS\Notes\Context\getSubObjId().
|
protected |
Definition at line 32 of file class.Context.php.
Referenced by ILIAS\Notes\Context\__construct(), and ILIAS\Notes\Context\getType().