ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Go to the source code of this file.
Functions | |
notifyCreation (int $obj_id, string $additional_message=null) | |
notifyUpdate (int $obj_id, string $additional_message=null) | |
addNewsNotification (int $obj_id, string $a_lang_var, string $description=null) | |
Variables | |
trait | ilObjFileNews |
Trait ilObjFileNews. More... | |
|
protected |
Definition at line 28 of file trait.ilObjFileNews.php.
References $DIC, NEWS_NOTICE, and NEWS_USERS.
Referenced by notifyCreation(), and notifyUpdate().
notifyCreation | ( | int | $obj_id, |
string | $additional_message = null |
||
) |
Definition at line 14 of file trait.ilObjFileNews.php.
References addNewsNotification().
Referenced by ilObjFile\doCreate().
notifyUpdate | ( | int | $obj_id, |
string | $additional_message = null |
||
) |
Definition at line 20 of file trait.ilObjFileNews.php.
References addNewsNotification().
Referenced by ilObjFile\doUpdate().
trait ilObjFileNews |
Trait ilObjFileNews.
Definition at line 8 of file trait.ilObjFileNews.php.