| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Private Notes on PD. More...
 Collaboration diagram for ilPDNotesGUI:
 Collaboration diagram for ilPDNotesGUI:| 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.
Definition at line 17 of file class.ilPDNotesGUI.php.
| ilPDNotesGUI::changeRelatedObject | ( | ) | 
| ilPDNotesGUI::displayHeader | ( | ) | 
display header and locator
Definition at line 100 of file class.ilPDNotesGUI.php.
References ilUtil\infoPanel().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilPDNotesGUI::executeCommand | ( | ) | 
execute command
Definition at line 70 of file class.ilPDNotesGUI.php.
References $cmd, displayHeader(), setTabs(), and view().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPDNotesGUI::getMode | ( | ) | 
Get current mode.
Definition at line 300 of file class.ilPDNotesGUI.php.
References $ilSetting, $ilUser, PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by changeRelatedObject(), setTabs(), and view().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPDNotesGUI::ilPDNotesGUI | ( | ) | 
Constructor.
public
Definition at line 37 of file class.ilPDNotesGUI.php.
References $_GET, $_REQUEST, $ilCtrl, $ilias, $ilUser, $lng, $tpl, and IL_NOTE_PRIVATE.
| ilPDNotesGUI::setTabs | ( | ) | 
Show subtabs.
Definition at line 255 of file class.ilPDNotesGUI.php.
References $ilCtrl, $ilSetting, getMode(), PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPDNotesGUI::showPrivateNotes | ( | ) | 
Show private notes.
Definition at line 273 of file class.ilPDNotesGUI.php.
References $ilCtrl, $ilUser, and PRIVATE_NOTES.
| ilPDNotesGUI::showPublicComments | ( | ) | 
Show public comments.
Definition at line 284 of file class.ilPDNotesGUI.php.
References $ilCtrl, $ilSetting, $ilUser, and PUBLIC_COMMENTS.
| ilPDNotesGUI::view | ( | ) | 
Definition at line 117 of file class.ilPDNotesGUI.php.
References $ilUser, $lng, ilNote\_getRelatedObjectsOfUser(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilNoteGUI\enablePrivateNotes(), getMode(), PRIVATE_NOTES, PUBLIC_COMMENTS, and ilUtil\sendInfo().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPDNotesGUI::$ilias | 
Definition at line 25 of file class.ilPDNotesGUI.php.
Referenced by ilPDNotesGUI().
| ilPDNotesGUI::$lng | 
Definition at line 27 of file class.ilPDNotesGUI.php.
Referenced by ilPDNotesGUI(), and view().
| ilPDNotesGUI::$tpl | 
Definition at line 26 of file class.ilPDNotesGUI.php.
Referenced by ilPDNotesGUI().
| 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().