| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Go to the source code of this file.
Functions | |
| notifyCreation (int $obj_id, string $additional_message=null) | |
| enableNotification () | |
| notifyUpdate (int $obj_id, string $additional_message=null) | |
| addNewsNotification (int $obj_id, string $a_lang_var, string $description=null) | |
Variables | |
| trait | ilObjFileNews | 
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.  More... | |
| bool | $notify = false | 
      
  | 
  protected | 
Definition at line 52 of file trait.ilObjFileNews.php.
References $DIC, NEWS_NOTICE, and NEWS_USERS.
Referenced by notifyCreation(), and notifyUpdate().
 Here is the caller graph for this function:| enableNotification | ( | ) | 
Definition at line 34 of file trait.ilObjFileNews.php.
Referenced by ilObjFile\appendStream(), ilObjFile\appendUpload(), ilObjFile\replaceWithStream(), and ilObjFile\replaceWithUpload().
 Here is the caller graph for this function:| notifyCreation | ( | int | $obj_id, | 
| string | $additional_message = null  | 
        ||
| ) | 
Definition at line 28 of file trait.ilObjFileNews.php.
References addNewsNotification().
Referenced by ilObjFile\doCreate().
 Here is the call graph for this function:
 Here is the caller graph for this function:| notifyUpdate | ( | int | $obj_id, | 
| string | $additional_message = null  | 
        ||
| ) | 
Definition at line 39 of file trait.ilObjFileNews.php.
References addNewsNotification().
Referenced by ilObjFile\doUpdate().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 26 of file trait.ilObjFileNews.php.
Referenced by ilForum\generateThread(), ilForum\getOneThread(), ilIndividualAssessmentUserGradingTest\test_create_instance(), ilIndividualAssessmentUserGradingTest\test_with_finalized_changed(), and ilIndividualAssessmentUserGradingTest\testToFormInput().
| trait ilObjFileNews | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Trait ilObjFileNews
Definition at line 24 of file trait.ilObjFileNews.php.