ILIAS
Release_4_0_x_branch Revision 61816
|
Private Notes on PD. More...
Public Member Functions | |
ilPDNotesGUI () | |
Constructor. | |
& | executeCommand () |
execute command | |
displayHeader () | |
display header and locator | |
view () | |
changeRelatedObject () | |
change related object | |
setTabs () | |
Show subtabs. | |
showPrivateNotes () | |
Show private notes. | |
showPublicComments () | |
Show public comments. | |
getMode () | |
Get current mode. |
Data Fields | |
$ilias | |
$tpl | |
$lng | |
const | PUBLIC_COMMENTS = "publiccomments" |
const | PRIVATE_NOTES = "privatenotes" |
Private Notes on PD.
ilPDNotesGUI: ilNoteGUI, ilFeedbackGUI
Definition at line 36 of file class.ilPDNotesGUI.php.
ilPDNotesGUI::changeRelatedObject | ( | ) |
ilPDNotesGUI::displayHeader | ( | ) |
display header and locator
Definition at line 100 of file class.ilPDNotesGUI.php.
References ilUtil\getImagePath(), and ilUtil\infoPanel().
Referenced by executeCommand().
& ilPDNotesGUI::executeCommand | ( | ) |
execute command
Definition at line 70 of file class.ilPDNotesGUI.php.
References $cmd, displayHeader(), setTabs(), and view().
ilPDNotesGUI::getMode | ( | ) |
Get current mode.
Definition at line 281 of file class.ilPDNotesGUI.php.
References PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by changeRelatedObject(), setTabs(), and view().
ilPDNotesGUI::ilPDNotesGUI | ( | ) |
ilPDNotesGUI::setTabs | ( | ) |
Show subtabs.
Definition at line 244 of file class.ilPDNotesGUI.php.
References $ilCtrl, getMode(), PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by executeCommand().
ilPDNotesGUI::showPrivateNotes | ( | ) |
Show private notes.
Definition at line 259 of file class.ilPDNotesGUI.php.
References $ilCtrl, and PRIVATE_NOTES.
ilPDNotesGUI::showPublicComments | ( | ) |
Show public comments.
Definition at line 270 of file class.ilPDNotesGUI.php.
References $ilCtrl, and PUBLIC_COMMENTS.
ilPDNotesGUI::view | ( | ) |
Definition at line 117 of file class.ilPDNotesGUI.php.
References $lng, $type, ilNote\_getRelatedObjectsOfUser(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilNoteGUI\enablePrivateNotes(), getMode(), and PRIVATE_NOTES.
Referenced by executeCommand().
ilPDNotesGUI::$ilias |
Definition at line 44 of file class.ilPDNotesGUI.php.
Referenced by ilPDNotesGUI().
ilPDNotesGUI::$lng |
Definition at line 46 of file class.ilPDNotesGUI.php.
Referenced by ilPDNotesGUI(), and view().
ilPDNotesGUI::$tpl |
Definition at line 45 of file class.ilPDNotesGUI.php.
Referenced by ilPDNotesGUI().
const ilPDNotesGUI::PRIVATE_NOTES = "privatenotes" |
Definition at line 49 of file class.ilPDNotesGUI.php.
Referenced by ilNote\_getRelatedObjectsOfUser(), getMode(), setTabs(), showPrivateNotes(), and view().
const ilPDNotesGUI::PUBLIC_COMMENTS = "publiccomments" |
Definition at line 48 of file class.ilPDNotesGUI.php.
Referenced by getMode(), setTabs(), and showPublicComments().