|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Private Notes on PD. More...
Collaboration diagram for ilPDNotesGUI: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 | |
| $tpl | |
| $lng | |
| const | PUBLIC_COMMENTS = "publiccomments" |
| const | PRIVATE_NOTES = "privatenotes" |
Protected Attributes | |
| $ctrl | |
| $user | |
| $tabs | |
| $help | |
| $settings | |
| $access | |
| $toolbar | |
Private Notes on PD.
@ilCtrl_Calls ilPDNotesGUI: ilNoteGUI
Definition at line 17 of file class.ilPDNotesGUI.php.
| ilPDNotesGUI::__construct | ( | ) |
Constructor.
@access public
Definition at line 65 of file class.ilPDNotesGUI.php.
References $_GET, $DIC, $ilCtrl, $ilUser, $lng, $tpl, IL_NOTE_PRIVATE, settings(), and user().
Here is the call graph for this function:| ilPDNotesGUI::changeRelatedObject | ( | ) |
| ilPDNotesGUI::displayHeader | ( | ) |
display header and locator
Definition at line 138 of file class.ilPDNotesGUI.php.
References $ilSetting, $settings, $t, and ilUtil\infoPanel().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPDNotesGUI::executeCommand | ( | ) |
execute command
Definition at line 110 of file class.ilPDNotesGUI.php.
References displayHeader(), setTabs(), and view().
Here is the call graph for this function:| ilPDNotesGUI::getMode | ( | ) |
Get current mode.
Definition at line 353 of file class.ilPDNotesGUI.php.
References $ilSetting, $ilUser, $settings, $user, PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by changeRelatedObject(), and view().
Here is the caller graph for this function:| ilPDNotesGUI::setTabs | ( | ) |
Show subtabs.
Definition at line 292 of file class.ilPDNotesGUI.php.
References $ctrl, $ilCtrl, $ilSetting, $settings, $tabs, PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by executeCommand().
Here is the caller graph for this function:| ilPDNotesGUI::showPrivateNotes | ( | ) |
Show private notes.
Definition at line 324 of file class.ilPDNotesGUI.php.
References $ctrl, $ilCtrl, $ilUser, $user, and PRIVATE_NOTES.
| ilPDNotesGUI::showPublicComments | ( | ) |
Show public comments.
Definition at line 336 of file class.ilPDNotesGUI.php.
References $ctrl, $ilCtrl, $ilSetting, $ilUser, $settings, $user, and PUBLIC_COMMENTS.
| ilPDNotesGUI::view | ( | ) |
Definition at line 160 of file class.ilPDNotesGUI.php.
References $access, $html, $ilSetting, $ilUser, $lng, $options, $r, $settings, $toolbar, $type, $user, ilNote\_getRelatedObjectsOfUser(), ilObject\_lookupTitle(), ilObject\_lookupType(), getMode(), PRIVATE_NOTES, PUBLIC_COMMENTS, and ilUtil\sendInfo().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 47 of file class.ilPDNotesGUI.php.
Referenced by view().
|
protected |
Definition at line 22 of file class.ilPDNotesGUI.php.
Referenced by setTabs(), showPrivateNotes(), and showPublicComments().
|
protected |
Definition at line 37 of file class.ilPDNotesGUI.php.
| ilPDNotesGUI::$lng |
Definition at line 55 of file class.ilPDNotesGUI.php.
Referenced by __construct(), and view().
|
protected |
Definition at line 42 of file class.ilPDNotesGUI.php.
Referenced by displayHeader(), getMode(), setTabs(), showPublicComments(), and view().
|
protected |
Definition at line 32 of file class.ilPDNotesGUI.php.
Referenced by setTabs().
|
protected |
Definition at line 52 of file class.ilPDNotesGUI.php.
Referenced by view().
| ilPDNotesGUI::$tpl |
Definition at line 54 of file class.ilPDNotesGUI.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilPDNotesGUI.php.
Referenced by changeRelatedObject(), getMode(), showPrivateNotes(), showPublicComments(), and view().
| const ilPDNotesGUI::PRIVATE_NOTES = "privatenotes" |
Definition at line 58 of file class.ilPDNotesGUI.php.
Referenced by ilNote\_getRelatedObjectsOfUser(), getMode(), setTabs(), showPrivateNotes(), and view().
| const ilPDNotesGUI::PUBLIC_COMMENTS = "publiccomments" |
Definition at line 57 of file class.ilPDNotesGUI.php.
Referenced by getMode(), setTabs(), showPublicComments(), and view().