ILIAS
Release_4_0_x_branch Revision 61816
|
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 ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\ilNoteGUI(), and ilNoteGUI\initNoteForm().
const IL_NOTE_IMPORTANT = 1 |
Definition at line 8 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\ilNoteGUI(), and ilNoteGUI\initNoteForm().
const IL_NOTE_PRIVATE = 1 |
Definition at line 4 of file class.ilNote.php.
Referenced by ilNote\_getLastNotesOfUser(), ilNote\_getNotesOfObject(), ilNote\_getRelatedObjectsOfUser(), ilNoteGUI\addNoteForm(), ilNoteGUI\checkDeletion(), ilPDNotesBlockGUI\fillRow(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\getNotesHTML(), ilNoteGUI\hideNotes(), and ilNoteGUI\showNotes().
const IL_NOTE_PRO = 3 |
Definition at line 10 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\ilNoteGUI(), and ilNoteGUI\initNoteForm().
const IL_NOTE_PUBLIC = 2 |
Definition at line 5 of file class.ilNote.php.
Referenced by ilNote\_getRelatedObjectsOfUser(), ilNoteGUI\checkDeletion(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\getNotesHTML(), and ilNoteGUI\initNoteForm().
const IL_NOTE_QUESTION = 2 |
Definition at line 9 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\ilNoteGUI(), and ilNoteGUI\initNoteForm().
const IL_NOTE_UNLABELED = 0 |
Definition at line 7 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\ilNoteGUI(), and ilNoteGUI\initNoteForm().