ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 | |
$tpl | |
$lng | |
const | PUBLIC_COMMENTS = "publiccomments" |
const | PRIVATE_NOTES = "privatenotes" |
Protected Attributes | |
$ctrl | |
$user | |
$tabs | |
$help | |
$settings | |
$access | |
$toolbar | |
ilPDNotesGUI::__construct | ( | ) |
Constructor.
public
Definition at line 65 of file class.ilPDNotesGUI.php.
References $_GET, $DIC, $ilCtrl, $ilUser, $lng, $tpl, IL_NOTE_PRIVATE, settings(), and user().
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().
ilPDNotesGUI::executeCommand | ( | ) |
execute command
Definition at line 110 of file class.ilPDNotesGUI.php.
References displayHeader(), setTabs(), and view().
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(), setTabs(), and view().
ilPDNotesGUI::setTabs | ( | ) |
Show subtabs.
Definition at line 292 of file class.ilPDNotesGUI.php.
References $ctrl, $ilCtrl, $ilSetting, $settings, $tabs, getMode(), PRIVATE_NOTES, and PUBLIC_COMMENTS.
Referenced by executeCommand().
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(), array, ilNoteGUI\enablePrivateNotes(), getMode(), PRIVATE_NOTES, PUBLIC_COMMENTS, ilUtil\sendInfo(), and ilSelectInputGUI\setOptions().
Referenced by executeCommand().
|
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().