ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Data Structures | |
class | ilNote |
Note class. More... | |
Variables | |
const | IL_NOTE_PRIVATE 1 |
const | IL_NOTE_PUBLIC 2 |
const | IL_NOTE_UNLABELED 0 |
const | IL_NOTE_IMPORTANT 1 |
const | IL_NOTE_QUESTION 2 |
const | IL_NOTE_PRO 3 |
const | IL_NOTE_CONTRA 4 |
const IL_NOTE_CONTRA 4 |
Definition at line 11 of file class.ilNote.php.
Referenced by ilNoteGUI\__construct(), ilPDNotesBlockGUI\getListRowData(), and ilNoteGUI\getNoteListHTML().
const IL_NOTE_IMPORTANT 1 |
Definition at line 8 of file class.ilNote.php.
Referenced by ilNoteGUI\__construct(), ilPDNotesBlockGUI\getListRowData(), and ilNoteGUI\getNoteListHTML().
const IL_NOTE_PRIVATE 1 |
Definition at line 4 of file class.ilNote.php.
Referenced by ilPDNotesGUI\__construct(), ilNote\_countNotesAndComments(), ilNote\_countNotesAndCommentsMultiple(), ilNote\_getLastNotesOfUser(), ilNote\_getNotesOfObject(), ilNote\_getRelatedObjectsOfUser(), ilNoteGUI\addNoteForm(), ilNoteGUI\checkDeletion(), ilPDNotesBlockGUI\fillRow(), ilObjectListGUI\getHeaderAction(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\getNotesHTML(), ilNoteGUI\hideNotes(), ilNotesDataSet\importRecord(), ilObjectListGUI\insertProperties(), ilObjectListGUI\prepareJsLinks(), ilNote\sendNotifications(), and ilNoteGUI\showNotes().
const IL_NOTE_PRO 3 |
Definition at line 10 of file class.ilNote.php.
Referenced by ilNoteGUI\__construct(), ilPDNotesBlockGUI\getListRowData(), and ilNoteGUI\getNoteListHTML().
const IL_NOTE_PUBLIC 2 |
Definition at line 5 of file class.ilNote.php.
Referenced by ilNote\_countNotesAndComments(), ilNote\_countNotesAndCommentsMultiple(), ilNote\_getRelatedObjectsOfUser(), ilNoteGUI\checkDeletion(), ilDclBaseRecordModel\getComments(), ilObjectListGUI\getHeaderAction(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\getNotesHTML(), ilPollBlockGUI\getNumberOfComments(), ilNoteGUI\initNoteForm(), ilObjectListGUI\insertProperties(), and ilObjBlogGUI\renderList().
const IL_NOTE_QUESTION 2 |
Definition at line 9 of file class.ilNote.php.
Referenced by ilNoteGUI\__construct(), ilPDNotesBlockGUI\getListRowData(), and ilNoteGUI\getNoteListHTML().
const IL_NOTE_UNLABELED 0 |
Definition at line 7 of file class.ilNote.php.
Referenced by ilNoteGUI\__construct(), ilPDNotesBlockGUI\getListRowData(), and ilNoteGUI\getNoteListHTML().