ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilNote.php File Reference

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
 

Variable Documentation

◆ IL_NOTE_CONTRA

const IL_NOTE_CONTRA 4

Definition at line 12 of file class.ilNote.php.

Referenced by ilNoteGUI\__construct(), and ilPDNotesBlockGUI\getListRowData().

◆ IL_NOTE_IMPORTANT

const IL_NOTE_IMPORTANT 1

Definition at line 9 of file class.ilNote.php.

Referenced by ilNoteGUI\__construct(), and ilPDNotesBlockGUI\getListRowData().

◆ IL_NOTE_PRIVATE

◆ IL_NOTE_PRO

const IL_NOTE_PRO 3

Definition at line 11 of file class.ilNote.php.

Referenced by ilNoteGUI\__construct(), and ilPDNotesBlockGUI\getListRowData().

◆ IL_NOTE_PUBLIC

◆ IL_NOTE_QUESTION

const IL_NOTE_QUESTION 2

Definition at line 10 of file class.ilNote.php.

Referenced by ilNoteGUI\__construct(), and ilPDNotesBlockGUI\getListRowData().

◆ IL_NOTE_UNLABELED

const IL_NOTE_UNLABELED 0

Definition at line 8 of file class.ilNote.php.

Referenced by ilNoteGUI\__construct(), and ilPDNotesBlockGUI\getListRowData().