ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Repository internal data service. More...
Public Member Functions | |
__construct (InternalDataService $internal_data) | |
context (int $obj_id=0, int $sub_obj_id=0, string $type="", int $news_id=0, bool $in_repo=true) | |
Protected Attributes | |
InternalDataService | $internal_data |
Repository internal data service.
Definition at line 27 of file class.DataService.php.
ILIAS\Notes\DataService::__construct | ( | InternalDataService | $internal_data | ) |
Definition at line 31 of file class.DataService.php.
References ILIAS\Notes\DataService\$internal_data.
ILIAS\Notes\DataService::context | ( | int | $obj_id = 0 , |
int | $sub_obj_id = 0 , |
||
string | $type = "" , |
||
int | $news_id = 0 , |
||
bool | $in_repo = true |
||
) |
int | $obj_id | ilObject ID, 0 for notes without context |
int | $sub_obj_id | e.g. page id |
string | $type | ilObject type or type of sub object ("pd" for dashboard without context) |
int | $news_id | news id (news must be attached to same ilObject ID) |
int | $news_id | e.g. false for portfolios or "pd" notes |
Definition at line 43 of file class.DataService.php.
|
protected |
Definition at line 29 of file class.DataService.php.
Referenced by ILIAS\Notes\DataService\__construct().