ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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.
Referenced by ILIAS\Notes\NoteDBRepository\getQuery().
ILIAS\Notes\Context::getNewsId | ( | ) |
Definition at line 59 of file class.Context.php.
References ILIAS\Notes\Context\$news_id.
Referenced by ILIAS\Notes\NoteDBRepository\getQuery().
ILIAS\Notes\Context::getObjId | ( | ) |
Definition at line 49 of file class.Context.php.
References ILIAS\Notes\Context\$obj_id.
Referenced by ILIAS\Notes\NoteDBRepository\getQuery().
ILIAS\Notes\Context::getSubObjId | ( | ) |
Definition at line 54 of file class.Context.php.
References ILIAS\Notes\Context\$sub_obj_id.
Referenced by ILIAS\Notes\NoteDBRepository\getQuery().
ILIAS\Notes\Context::getType | ( | ) |
Definition at line 64 of file class.Context.php.
References ILIAS\Notes\Context\$type.
Referenced by ILIAS\Notes\NoteDBRepository\getQuery().
|
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().