19 declare(strict_types=1);
    50         throw new ilException(
"Call to getNotesHTML is deprecated");
    55         throw new ilException(
"Call to getCommentsHTML is deprecated");
    61             $mess_txt = $this->
lng->txt(
"notes_no_messages");
    63             $mess_txt = $this->
lng->txt(
"notes_no_messages_found");
    70         if (!$this->show_header) {
    73         return $this->
lng->txt(
"notes_messages");
    78         if ($this->anonymised) {
    80                 return $this->
lng->txt(
"notes_message_author_you");
    82                 if ($this->counterpart_name !== 
"") {
    85                 return $this->
lng->txt(
"notes_message_counterpart");
    95         $properties[$this->
lng->txt(
"create_date")] = $creation_date;
   105         return $this->
lng->txt(
"notes_delete_message");
   115         return parent::getListHTML($a_init_form);
   121         return $this->
lng->txt(
"notes_messages");
   126         return $this->
lng->txt(
"note_add_message");
   131         return $this->
lng->txt(
"notes_messages_deleted");
   136         return $this->
lng->txt(
"notes_message_deleted");
   141         return $this->
lng->txt(
"notes_latest_message");
   146         return $this->
lng->txt(
"notes_add_edit_message");
 
__construct(int $recipient, $rep_obj_id=0, int $obj_id=0, string $obj_type="")
 
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
 
enablePrivateNotes(bool $a_enable=true)
 
getListHTML(bool $a_init_form=true)
 
static _getAvatar(int $a_usr_id)
 
addItemProperties(Note $note, array &$properties)
 
getNoEntriesText(bool $search)
 
getItemGroupTitle(int $obj_id=0)
 
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link='', bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path='ilpublicuserprofilegui')
Default behaviour is: 
 
setAnonymised(bool $anonymised, string $counterpart_name)
 
enablePublicNotes(bool $a_enable=true)