ILIAS
Release_3_10_x_branch Revision 61812
|
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 31 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), and ilNoteGUI\ilNoteGUI().
const IL_NOTE_IMPORTANT = 1 |
Definition at line 28 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), and ilNoteGUI\ilNoteGUI().
const IL_NOTE_PRIVATE = 1 |
Definition at line 24 of file class.ilNote.php.
Referenced by ilNote\_getLastNotesOfUser(), ilNote\_getNotesOfObject(), ilNote\_getRelatedObjectsOfUser(), ilNoteGUI\addNoteForm(), ilPDNotesBlockGUI\fillRow(), ilNoteGUI\getNoteListHTML(), ilNoteGUI\getNotesHTML(), ilNoteGUI\hideNotes(), and ilNoteGUI\showNotes().
const IL_NOTE_PRO = 3 |
Definition at line 30 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), and ilNoteGUI\ilNoteGUI().
const IL_NOTE_PUBLIC = 2 |
Definition at line 25 of file class.ilNote.php.
Referenced by ilNoteGUI\getNoteListHTML(), and ilNoteGUI\getNotesHTML().
const IL_NOTE_QUESTION = 2 |
Definition at line 29 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), and ilNoteGUI\ilNoteGUI().
const IL_NOTE_UNLABELED = 0 |
Definition at line 27 of file class.ilNote.php.
Referenced by ilPDNotesBlockGUI\getListRowData(), ilNoteGUI\getNoteListHTML(), and ilNoteGUI\ilNoteGUI().