|
ILIAS
release_8 Revision v8.24
|
Repository internal data service. More...
Collaboration diagram for ILIAS\Notes\InternalDataService:Public Member Functions | |
| __construct () | |
| context (int $obj_id=0, int $sub_obj_id=0, string $type="", int $news_id=0, bool $in_repo=true) | |
| note (int $id, Context $context, string $text, int $author, int $type=Note::PRIVATE, ?string $creation_date=null, ?string $update_date=null) | |
Repository internal data service.
Definition at line 27 of file class.InternalDataService.php.
| ILIAS\Notes\InternalDataService::__construct | ( | ) |
Definition at line 29 of file class.InternalDataService.php.
| ILIAS\Notes\InternalDataService::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 41 of file class.InternalDataService.php.
| ILIAS\Notes\InternalDataService::note | ( | int | $id, |
| Context | $context, | ||
| string | $text, | ||
| int | $author, | ||
| int | $type = Note::PRIVATE, |
||
| ?string | $creation_date = null, |
||
| ?string | $update_date = null |
||
| ) |
Definition at line 57 of file class.InternalDataService.php.