ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Private Notes on PD. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
executeCommand () | |
execute command More... | |
displayHeader () | |
display header and locator More... | |
view () | |
changeRelatedObject () | |
change related object More... | |
setTabs () | |
Show subtabs. More... | |
showPrivateNotes () | |
Show private notes. More... | |
showPublicComments () | |
Show public comments. More... | |
getMode () | |
Get current mode. More... | |
Data Fields | |
$ilias | |
$tpl | |
$lng | |
const | PUBLIC_COMMENTS = "publiccomments" |
const | PRIVATE_NOTES = "privatenotes" |
ilPDNotesGUI::__construct | ( | ) |
Constructor.
public
Definition at line 37 of file class.ilPDNotesGUI.php.
References $_GET, $ilCtrl, $ilias, $ilUser, $lng, $tpl, and IL_NOTE_PRIVATE.
ilPDNotesGUI::changeRelatedObject | ( | ) |
change related object
Definition at line 264 of file class.ilPDNotesGUI.php.
References $_POST, $ilUser, and getMode().
ilPDNotesGUI::displayHeader | ( | ) |
display header and locator
Definition at line 101 of file class.ilPDNotesGUI.php.
References $ilSetting, $t, and ilUtil\infoPanel().
Referenced by executeCommand().
ilPDNotesGUI::executeCommand | ( | ) |
execute command
Definition at line 72 of file class.ilPDNotesGUI.php.
References $cmd, displayHeader(), setTabs(), and view().
ilPDNotesGUI::getMode | ( | ) |
Get current mode.
Definition at line 325 of file class.ilPDNotesGUI.php.
References $ilSetting, $ilUser, PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by changeRelatedObject(), setTabs(), and view().
ilPDNotesGUI::setTabs | ( | ) |
Show subtabs.
Definition at line 276 of file class.ilPDNotesGUI.php.
References $ilCtrl, $ilSetting, getMode(), PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by executeCommand().
ilPDNotesGUI::showPrivateNotes | ( | ) |
Show private notes.
Definition at line 298 of file class.ilPDNotesGUI.php.
References $ilCtrl, $ilUser, and PRIVATE_NOTES.
ilPDNotesGUI::showPublicComments | ( | ) |
Show public comments.
Definition at line 309 of file class.ilPDNotesGUI.php.
References $ilCtrl, $ilSetting, $ilUser, and PUBLIC_COMMENTS.
ilPDNotesGUI::view | ( | ) |
Definition at line 126 of file class.ilPDNotesGUI.php.
References $html, $ilSetting, $ilUser, $lng, $options, $r, $ref_id, ilNote\_getRelatedObjectsOfUser(), ilObject\_lookupTitle(), ilObject\_lookupType(), array, ilNoteGUI\enablePrivateNotes(), getMode(), PRIVATE_NOTES, PUBLIC_COMMENTS, ilUtil\sendInfo(), and ilSelectInputGUI\setOptions().
Referenced by executeCommand().
ilPDNotesGUI::$ilias |
Definition at line 25 of file class.ilPDNotesGUI.php.
Referenced by __construct().
ilPDNotesGUI::$lng |
Definition at line 27 of file class.ilPDNotesGUI.php.
Referenced by __construct(), and view().
ilPDNotesGUI::$tpl |
Definition at line 26 of file class.ilPDNotesGUI.php.
Referenced by __construct().
const ilPDNotesGUI::PRIVATE_NOTES = "privatenotes" |
Definition at line 30 of file class.ilPDNotesGUI.php.
Referenced by ilNote\_getRelatedObjectsOfUser(), getMode(), setTabs(), showPrivateNotes(), and view().
const ilPDNotesGUI::PUBLIC_COMMENTS = "publiccomments" |
Definition at line 29 of file class.ilPDNotesGUI.php.
Referenced by getMode(), setTabs(), showPublicComments(), and view().