ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
ilNoteGUI: ilCommentGUI More...
Public Member Functions | |
__construct ( $a_rep_obj_id=0, int $a_obj_id=0, string $a_obj_type="", bool $a_include_subobjects=false, int $a_news_id=0, bool $ajax=true, string $search_text="") | |
setShowEmptyListMessage (bool $a_val) | |
getShowEmptyListMessage () | |
setShowHeader (bool $a_val) | |
getShowHeader () | |
setUseObjectTitleHeader (bool $a_val) | |
getUseObjectTitleHeader () | |
setDefaultCommand (string $a_val) | |
setHideNewForm (bool $a_val) | |
getDefaultCommand () | |
executeCommand () | |
enablePrivateNotes (bool $a_enable=true) | |
enablePublicNotes (bool $a_enable=true) | |
enableCommentsSettings (bool $a_enable=true) | |
enablePublicNotesDeletion (bool $a_enable=true) | |
enableTargets (bool $a_enable=true) | |
setRepositoryMode (bool $a_value) | |
getNotesHTML () | |
getListHTML (bool $a_init_form=true) | |
activateComments () | |
deactivateComments () | |
getNoteListHTML (bool $a_init_form=true) | |
getTarget (Note $note) | |
show related objects as links More... | |
addNoteForm (bool $a_init_form=true) | |
get notes list including add note area More... | |
cancelAddNote () | |
cancel add note More... | |
cancelUpdateNote () | |
cancel edit note More... | |
addNote () | |
add note More... | |
updateNote () | |
editNoteForm (bool $a_init_form=true) | |
get notes list including add note area More... | |
renderContent (string $content) | |
Render content into notes wrapper. More... | |
cancelDelete () | |
confirmDelete () | |
exportNotesHTML () | |
export selected notes to html More... | |
getShyButton (string $a_var, string $a_txt, string $a_cmd, string $a_anchor="", int $note_id=0) | |
getButton (string $a_var, string $a_txt, string $a_cmd, string $a_anchor="") | |
addObserver (callable $a_callback) | |
Add observer. More... | |
setExportMode () | |
getGlyph () | |
getNumber () | |
getTriggerShyButton () | |
getWidget () | |
Static Public Member Functions | |
static | getListNotesJSCall (string $a_hash, ?string $a_update_code=null) |
Get list notes js call. More... | |
static | getListCommentsJSCall (string $a_hash, ?string $a_update_code=null) |
Get list comments js call. More... | |
Data Fields | |
bool | $public_deletion_enabled = false |
bool | $repository_mode = false |
bool | $old = false |
Protected Member Functions | |
renderComponents (array $components) | |
getCommentsHTML () | |
getNotes () | |
getListTitle () | |
getAddText () | |
getDeletedMultipleText () | |
getDeletedSingleText () | |
getLatestItemText () | |
getAddEditItemText () | |
getNoEntriesText (bool $search) | |
getSortationControl () | |
getItemGroupTitle (int $obj_id=0) | |
getItemForNote (Note $note, bool $actions=true) | |
getItemTitle (Note $note) | |
addItemProperties (Note $note, array &$properties) | |
getNoteTextPlaceholder (Note $note) | |
getNoteText (Note $note) | |
getSubObjectTitle (int $parent_obj_id, int $sub_obj_id) | |
Get sub object title if available with callback. More... | |
getNoteForm (string $mode, int $type, ?Note $note=null) | |
getFormLabelKey () | |
deleteNote () | |
getDeleteText () | |
listSortAsc () | |
listSortDesc () | |
getOriginHeader () | |
updateWidget () | |
updateGlyph () | |
updateNumber () | |
Definition at line 26 of file class.ilNoteGUI.php.
ilNoteGUI::__construct | ( | $a_rep_obj_id = 0 , |
|
int | $a_obj_id = 0 , |
||
string | $a_obj_type = "" , |
||
bool | $a_include_subobjects = false , |
||
int | $a_news_id = 0 , |
||
bool | $ajax = true , |
||
string | $search_text = "" |
||
) |
int|int[] | $a_rep_obj_id object id of repository object (0 for personal desktop) | |
int | $a_obj_id | sub-object id (0 for repository items, user id for personal desktop) |
string | $a_obj_type | "pd" for personal desktop |
bool | $a_include_subobjects | include all subobjects of rep object (e.g. pages) |
int | $a_news_id | |
bool | $ajax |
ilCtrlException |
Definition at line 99 of file class.ilNoteGUI.php.
References $ajax, $DIC, $search_text, ilObject\_lookupType(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilLoggerFactory\getLogger(), ILIAS\Repository\lng(), setRepositoryMode(), ILIAS\Repository\settings(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
ilNoteGUI::activateComments | ( | ) |
Definition at line 309 of file class.ilNoteGUI.php.
References $ctrl, and ilCtrl\redirectByClass().
|
protected |
Definition at line 794 of file class.ilNoteGUI.php.
References ilDatePresentation\formatDate(), ILIAS\Notes\Note\getCreationDate(), ILIAS\Notes\Note\getType(), IL_CAL_DATETIME, and ILIAS\Repository\lng().
Referenced by getItemForNote().
ilNoteGUI::addNote | ( | ) |
add note
Definition at line 986 of file class.ilNoteGUI.php.
References $context, $ctrl, $note_type, $recipient, $user, ILIAS\Repository\ctrl(), and getNoteForm().
ilNoteGUI::addNoteForm | ( | bool | $a_init_form = true | ) |
get notes list including add note area
Definition at line 960 of file class.ilNoteGUI.php.
References getListHTML().
ilNoteGUI::addObserver | ( | callable | $a_callback | ) |
Add observer.
Definition at line 1275 of file class.ilNoteGUI.php.
ilNoteGUI::cancelAddNote | ( | ) |
cancel add note
Definition at line 970 of file class.ilNoteGUI.php.
References getListHTML().
ilNoteGUI::cancelDelete | ( | ) |
Definition at line 1127 of file class.ilNoteGUI.php.
References getListHTML().
ilNoteGUI::cancelUpdateNote | ( | ) |
cancel edit note
Definition at line 978 of file class.ilNoteGUI.php.
References getListHTML().
ilNoteGUI::confirmDelete | ( | ) |
Definition at line 1132 of file class.ilNoteGUI.php.
References $ctrl, $id, $public_deletion_enabled, ilCtrl\setParameter(), and ILIAS\Repository\user().
ilNoteGUI::deactivateComments | ( | ) |
Definition at line 320 of file class.ilNoteGUI.php.
References $ctrl, and ilCtrl\redirectByClass().
|
protected |
Definition at line 1086 of file class.ilNoteGUI.php.
References $ctrl, Vendor\Package\$f, getButton(), getDeleteText(), getItemForNote(), getItemGroupTitle(), getNoteText(), getNoteTextPlaceholder(), ILIAS\Repository\lng(), renderComponents(), renderContent(), ilCtrl\setParameter(), ilDatePresentation\setUseRelativeDates(), ILIAS\Repository\ui(), and ilDatePresentation\useRelativeDates().
ilNoteGUI::editNoteForm | ( | bool | $a_init_form = true | ) |
get notes list including add note area
Definition at line 1049 of file class.ilNoteGUI.php.
References getListHTML().
ilNoteGUI::enableCommentsSettings | ( | bool | $a_enable = true | ) |
Definition at line 255 of file class.ilNoteGUI.php.
ilNoteGUI::enablePrivateNotes | ( | bool | $a_enable = true | ) |
Definition at line 245 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\__construct(), and ilMessageGUI\__construct().
ilNoteGUI::enablePublicNotes | ( | bool | $a_enable = true | ) |
Definition at line 250 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\__construct(), and ilMessageGUI\__construct().
ilNoteGUI::enablePublicNotesDeletion | ( | bool | $a_enable = true | ) |
Definition at line 260 of file class.ilNoteGUI.php.
ilNoteGUI::enableTargets | ( | bool | $a_enable = true | ) |
Definition at line 266 of file class.ilNoteGUI.php.
ilNoteGUI::executeCommand | ( | ) |
Definition at line 221 of file class.ilNoteGUI.php.
References ILIAS\Repository\ctrl(), and getDefaultCommand().
ilNoteGUI::exportNotesHTML | ( | ) |
export selected notes to html
Definition at line 1156 of file class.ilNoteGUI.php.
References ILIAS\Notes\Note\getAuthor(), getListHTML(), getNotes(), and ILIAS\Repository\user().
|
protected |
Definition at line 609 of file class.ilNoteGUI.php.
References ILIAS\Repository\lng().
Referenced by getWidget().
|
protected |
Definition at line 589 of file class.ilNoteGUI.php.
References ILIAS\Repository\lng().
Referenced by getNoteListHTML().
ilNoteGUI::getButton | ( | string | $a_var, |
string | $a_txt, | ||
string | $a_cmd, | ||
string | $a_anchor = "" |
||
) |
ilCtrlException |
Definition at line 1244 of file class.ilNoteGUI.php.
References $ctrl, Vendor\Package\$f, $id, ilCtrl\getLinkTargetByClass(), and ILIAS\Repository\ui().
Referenced by deleteNote().
|
protected |
Definition at line 303 of file class.ilNoteGUI.php.
References ILIAS\Repository\ctrl().
ilNoteGUI::getDefaultCommand | ( | ) |
Definition at line 216 of file class.ilNoteGUI.php.
References $default_command.
Referenced by executeCommand().
|
protected |
Definition at line 594 of file class.ilNoteGUI.php.
References ILIAS\Repository\lng().
Referenced by getNoteListHTML().
|
protected |
Definition at line 599 of file class.ilNoteGUI.php.
References ILIAS\Repository\lng().
Referenced by getNoteListHTML().
|
protected |
Definition at line 1122 of file class.ilNoteGUI.php.
References ILIAS\Repository\lng().
Referenced by deleteNote().
|
protected |
Definition at line 862 of file class.ilNoteGUI.php.
Referenced by getNoteForm().
ilNoteGUI::getGlyph | ( | ) |
Definition at line 1332 of file class.ilNoteGUI.php.
References $c, $context, $ctrl, Vendor\Package\$f, $id, $lng, $note_type, $r, $rep_obj_id, ilObject\_lookupType(), ilCommonActionDispatcherGUI\buildAjaxHash(), ILIAS\Repository\ctrl(), ilCtrl\getLinkTarget(), null, ilCtrl\setParameter(), ilCommonActionDispatcherGUI\TYPE_REPOSITORY, and ILIAS\Repository\ui().
Referenced by updateGlyph().
|
protected |
ilCtrlException | |
ilDateTimeException | |
ilWACException |
Definition at line 688 of file class.ilNoteGUI.php.
References $ctrl, Vendor\Package\$f, addItemProperties(), ilDatePresentation\formatDate(), ILIAS\Notes\Note\getAuthor(), ILIAS\Notes\Note\getCreationDate(), ILIAS\Notes\Note\getId(), getItemTitle(), getNoteTextPlaceholder(), getShyButton(), getTarget(), ILIAS\Notes\Note\getType(), ILIAS\Notes\Note\getUpdateDate(), IL_CAL_DATETIME, ILIAS\Repository\lng(), null, ilCtrl\setParameterByClass(), and ILIAS\Repository\ui().
Referenced by deleteNote(), and getNoteListHTML().
|
protected |
Definition at line 668 of file class.ilNoteGUI.php.
References $obj_id, ilObject\_lookupTitle(), getUseObjectTitleHeader(), and ILIAS\Repository\lng().
Referenced by deleteNote(), and getNoteListHTML().
|
protected |
Definition at line 783 of file class.ilNoteGUI.php.
References ilDatePresentation\formatDate(), ILIAS\Notes\Note\getAuthor(), ILIAS\Notes\Note\getCreationDate(), ilUserUtil\getNamePresentation(), ILIAS\Notes\Note\getType(), and IL_CAL_DATETIME.
Referenced by getItemForNote().
|
protected |
Definition at line 604 of file class.ilNoteGUI.php.
Referenced by getWidget().
|
static |
Get list comments js call.
Definition at line 1194 of file class.ilNoteGUI.php.
References null.
Referenced by ilObjectListGUI\determineProperties(), ilDclRecordListTableGUI\getCommentJsLinkCode(), ilQuestionBrowserTableGUI\getCommentsAjaxLink(), ilObjectListGUI\getHeaderAction(), ilPollCommentsHandler\getListCommentsJSCallForPoll(), ilDclBaseRecordModel\getStandardFieldHTML(), and ilObjectListGUI\insertCommonSocialCommands().
ilNoteGUI::getListHTML | ( | bool | $a_init_form = true | ) |
Definition at line 283 of file class.ilNoteGUI.php.
References $ctrl, $ilSetting, $lng, $settings, $user, getNoteListHTML(), and renderContent().
Referenced by addNoteForm(), cancelAddNote(), cancelDelete(), cancelUpdateNote(), editNoteForm(), exportNotesHTML(), getNotesHTML(), listSortAsc(), and listSortDesc().
|
static |
Get list notes js call.
Definition at line 1178 of file class.ilNoteGUI.php.
References null.
Referenced by ilObjectListGUI\determineProperties(), ilObjectListGUI\getHeaderAction(), and ilObjectListGUI\insertCommonSocialCommands().
|
protected |
Definition at line 584 of file class.ilNoteGUI.php.
References ILIAS\Repository\lng().
Referenced by getNoteListHTML().
|
protected |
Definition at line 614 of file class.ilNoteGUI.php.
References ILIAS\Repository\lng().
Referenced by getNoteListHTML().
Definition at line 833 of file class.ilNoteGUI.php.
References $DIC, ILIAS\Repository\ctrl(), getFormLabelKey(), and ILIAS\Repository\lng().
Referenced by addNote(), getNoteListHTML(), and updateNote().
ilNoteGUI::getNoteListHTML | ( | bool | $a_init_form = true | ) |
Definition at line 387 of file class.ilNoteGUI.php.
References Vendor\Package\$b, $ctrl, Vendor\Package\$f, $lng, $user, ANONYMOUS_USER_ID, getAddText(), getDeletedMultipleText(), getDeletedSingleText(), getItemForNote(), getItemGroupTitle(), getListTitle(), getNoEntriesText(), getNoteForm(), getNotes(), getNoteText(), getNoteTextPlaceholder(), getOriginHeader(), getSortationControl(), ilUtil\getSystemMessageHTML(), ILIAS\Repository\lng(), null, renderComponents(), ilDatePresentation\setUseRelativeDates(), ilLanguage\txt(), ILIAS\Repository\ui(), and ilDatePresentation\useRelativeDates().
Referenced by ilCommentGUI\getListHTML(), getListHTML(), and getWidget().
|
protected |
Definition at line 334 of file class.ilNoteGUI.php.
References $inc_sub, $note_type, $notes, $requested_note_id, $search_text, $user, and null.
Referenced by exportNotesHTML(), and getNoteListHTML().
ilNoteGUI::getNotesHTML | ( | ) |
Definition at line 276 of file class.ilNoteGUI.php.
References $ctrl, getListHTML(), and ilCtrl\setParameter().
|
protected |
Definition at line 807 of file class.ilNoteGUI.php.
References ILIAS\Notes\Note\getText(), and ILIAS\Repository\lng().
Referenced by deleteNote(), and getNoteListHTML().
|
protected |
Definition at line 802 of file class.ilNoteGUI.php.
References ILIAS\Notes\Note\getId().
Referenced by deleteNote(), getItemForNote(), and getNoteListHTML().
ilNoteGUI::getNumber | ( | ) |
Definition at line 1382 of file class.ilNoteGUI.php.
References $context, $ctrl, Vendor\Package\$f, $id, $lng, $note_type, $r, $rep_obj_id, ilObject\_lookupType(), ilCommonActionDispatcherGUI\buildAjaxHash(), ILIAS\Repository\ctrl(), ilCtrl\getLinkTarget(), null, ilCtrl\setParameter(), ilCommonActionDispatcherGUI\TYPE_REPOSITORY, and ILIAS\Repository\ui().
Referenced by updateNumber().
|
protected |
Definition at line 1302 of file class.ilNoteGUI.php.
References ilObject\_getIcon(), ilContainerReference\_lookupTitle(), ilObject\_lookupTitle(), ILIAS\Repository\ctrl(), getSubObjectTitle(), and ilUtil\img().
Referenced by getNoteListHTML().
ilNoteGUI::getShowEmptyListMessage | ( | ) |
ilNoteGUI::getShowHeader | ( | ) |
ilNoteGUI::getShyButton | ( | string | $a_var, |
string | $a_txt, | ||
string | $a_cmd, | ||
string | $a_anchor = "" , |
||
int | $note_id = 0 |
||
) |
ilCtrlException |
Definition at line 1210 of file class.ilNoteGUI.php.
References $ctrl, Vendor\Package\$f, $id, ilCtrl\getLinkTargetByClass(), ilCtrl\setParameterByClass(), and ILIAS\Repository\ui().
Referenced by getItemForNote(), ilCommentGUI\getListHTML(), and getSortationControl().
|
protected |
ilCtrlException |
Definition at line 628 of file class.ilNoteGUI.php.
References getShyButton(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Referenced by getNoteListHTML().
|
protected |
Get sub object title if available with callback.
Definition at line 817 of file class.ilNoteGUI.php.
References $obj_definition, and ilObject\_lookupType().
Referenced by getOriginHeader().
ilNoteGUI::getTarget | ( | Note | $note | ) |
show related objects as links
Definition at line 870 of file class.ilNoteGUI.php.
References $access, $context, $obj_definition, $path, $ref_id, $tree, $user, ilObject\_getAllReferences(), ilObject\_lookupOwner(), ilObject\_lookupOwnerName(), ilContainerReference\_lookupTargetId(), ilObject\_lookupTitle(), ilObject\_lookupType(), ILIAS\Notes\Note\getContext(), ilWorkspaceAccessHandler\getGotoLink(), and ILIAS\Notes\Note\getId().
Referenced by getItemForNote().
ilNoteGUI::getTriggerShyButton | ( | ) |
Definition at line 1432 of file class.ilNoteGUI.php.
References $context, $ctrl, Vendor\Package\$f, $id, $lng, $r, ilObject\_lookupType(), ilCommonActionDispatcherGUI\buildAjaxHash(), ilCtrl\getLinkTarget(), ILIAS\Repository\lng(), null, ilCtrl\setParameter(), ilCommonActionDispatcherGUI\TYPE_REPOSITORY, ILIAS\Repository\ui(), and ILIAS\UI\Implementation\Component\withAdditionalOnLoadCode().
ilNoteGUI::getUseObjectTitleHeader | ( | ) |
Definition at line 201 of file class.ilNoteGUI.php.
References $use_obj_title_header.
Referenced by getItemGroupTitle().
ilNoteGUI::getWidget | ( | ) |
Definition at line 1470 of file class.ilNoteGUI.php.
References Vendor\Package\$b, $c, $context, $ctrl, Vendor\Package\$f, $id, $lng, $note_type, $r, $rep_obj_id, ilObject\_lookupType(), ilCommonActionDispatcherGUI\buildAjaxHash(), getAddEditItemText(), getLatestItemText(), ilCtrl\getLinkTarget(), getNoteListHTML(), ilCtrl\isAsynch(), null, ilCtrl\setParameter(), ilCommonActionDispatcherGUI\TYPE_REPOSITORY, and ILIAS\Repository\ui().
Referenced by updateWidget().
|
protected |
Definition at line 1281 of file class.ilNoteGUI.php.
References getListHTML().
|
protected |
Definition at line 1287 of file class.ilNoteGUI.php.
References getListHTML().
|
protected |
Definition at line 294 of file class.ilNoteGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\ui().
Referenced by deleteNote(), ilCommentGUI\getListHTML(), and getNoteListHTML().
ilNoteGUI::renderContent | ( | string | $content | ) |
Render content into notes wrapper.
Definition at line 1060 of file class.ilNoteGUI.php.
References $ctrl, $lng, exit, and ilCtrl\isAsynch().
Referenced by deleteNote(), ilCommentGUI\getListHTML(), and getListHTML().
ilNoteGUI::setDefaultCommand | ( | string | $a_val | ) |
Definition at line 206 of file class.ilNoteGUI.php.
ilNoteGUI::setExportMode | ( | ) |
Definition at line 1294 of file class.ilNoteGUI.php.
ilNoteGUI::setHideNewForm | ( | bool | $a_val | ) |
Definition at line 211 of file class.ilNoteGUI.php.
ilNoteGUI::setRepositoryMode | ( | bool | $a_value | ) |
Definition at line 271 of file class.ilNoteGUI.php.
Referenced by __construct(), and ilObjPortfolioBaseGUI\getCommentGUI().
ilNoteGUI::setShowEmptyListMessage | ( | bool | $a_val | ) |
Definition at line 175 of file class.ilNoteGUI.php.
ilNoteGUI::setShowHeader | ( | bool | $a_val | ) |
Definition at line 185 of file class.ilNoteGUI.php.
ilNoteGUI::setUseObjectTitleHeader | ( | bool | $a_val | ) |
Definition at line 196 of file class.ilNoteGUI.php.
Referenced by ILIAS\MediaCast\Comments\GUIService\commentGUI().
|
protected |
Definition at line 1546 of file class.ilNoteGUI.php.
References exit, and getGlyph().
ilNoteGUI::updateNote | ( | ) |
Definition at line 1025 of file class.ilNoteGUI.php.
References $ctrl, ILIAS\Repository\ctrl(), and getNoteForm().
|
protected |
Definition at line 1552 of file class.ilNoteGUI.php.
References exit, and getNumber().
|
protected |
Definition at line 1540 of file class.ilNoteGUI.php.
References exit, and getWidget().
|
protected |
Definition at line 62 of file class.ilNoteGUI.php.
Referenced by getTarget().
|
protected |
Definition at line 48 of file class.ilNoteGUI.php.
|
protected |
Definition at line 49 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\__construct(), and __construct().
|
protected |
Definition at line 44 of file class.ilNoteGUI.php.
|
protected |
Definition at line 56 of file class.ilNoteGUI.php.
Referenced by activateComments(), addNote(), confirmDelete(), deactivateComments(), deleteNote(), getButton(), getGlyph(), getItemForNote(), ilCommentGUI\getListHTML(), getListHTML(), getNoteListHTML(), getNotesHTML(), getNumber(), getShyButton(), getTriggerShyButton(), getWidget(), renderContent(), and updateNote().
|
protected |
Definition at line 35 of file class.ilNoteGUI.php.
|
protected |
Definition at line 66 of file class.ilNoteGUI.php.
Referenced by getDefaultCommand().
|
protected |
Definition at line 82 of file class.ilNoteGUI.php.
|
protected |
Definition at line 47 of file class.ilNoteGUI.php.
|
protected |
Definition at line 74 of file class.ilNoteGUI.php.
|
protected |
Definition at line 42 of file class.ilNoteGUI.php.
|
protected |
Definition at line 77 of file class.ilNoteGUI.php.
|
protected |
Definition at line 32 of file class.ilNoteGUI.php.
|
protected |
Definition at line 70 of file class.ilNoteGUI.php.
|
protected |
Definition at line 50 of file class.ilNoteGUI.php.
Referenced by getNotes().
|
protected |
Definition at line 84 of file class.ilNoteGUI.php.
|
protected |
Definition at line 57 of file class.ilNoteGUI.php.
Referenced by getGlyph(), ilCommentGUI\getListHTML(), getListHTML(), getNoteListHTML(), getNumber(), getTriggerShyButton(), getWidget(), and renderContent().
|
protected |
Definition at line 76 of file class.ilNoteGUI.php.
|
protected |
Definition at line 40 of file class.ilNoteGUI.php.
|
protected |
Definition at line 69 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\__construct().
|
protected |
Definition at line 73 of file class.ilNoteGUI.php.
|
protected |
Definition at line 83 of file class.ilNoteGUI.php.
|
protected |
Definition at line 78 of file class.ilNoteGUI.php.
Referenced by addNote(), getGlyph(), getNotes(), getNumber(), and getWidget().
|
protected |
Definition at line 31 of file class.ilNoteGUI.php.
Referenced by getNotes().
|
protected |
Definition at line 34 of file class.ilNoteGUI.php.
|
protected |
Definition at line 60 of file class.ilNoteGUI.php.
Referenced by getSubObjectTitle(), and getTarget().
|
protected |
Definition at line 51 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\__construct(), ilMessageGUI\__construct(), and getItemGroupTitle().
|
protected |
Definition at line 45 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\__construct(), and ilMessageGUI\__construct().
|
protected |
Definition at line 67 of file class.ilNoteGUI.php.
bool ilNoteGUI::$old = false |
Definition at line 65 of file class.ilNoteGUI.php.
|
protected |
Definition at line 71 of file class.ilNoteGUI.php.
|
protected |
Definition at line 43 of file class.ilNoteGUI.php.
|
protected |
Definition at line 46 of file class.ilNoteGUI.php.
bool ilNoteGUI::$public_deletion_enabled = false |
Definition at line 63 of file class.ilNoteGUI.php.
Referenced by confirmDelete().
|
protected |
Definition at line 38 of file class.ilNoteGUI.php.
|
protected |
Definition at line 88 of file class.ilNoteGUI.php.
Referenced by ilMessageGUI\__construct(), and addNote().
|
protected |
Definition at line 55 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\__construct(), ilMessageGUI\__construct(), getGlyph(), getNumber(), and getWidget().
bool ilNoteGUI::$repository_mode = false |
Definition at line 64 of file class.ilNoteGUI.php.
|
protected |
Definition at line 39 of file class.ilNoteGUI.php.
|
protected |
Definition at line 81 of file class.ilNoteGUI.php.
|
protected |
Definition at line 79 of file class.ilNoteGUI.php.
Referenced by getNotes().
|
protected |
Definition at line 80 of file class.ilNoteGUI.php.
|
protected |
Definition at line 33 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\__construct(), __construct(), and getNotes().
|
protected |
Definition at line 59 of file class.ilNoteGUI.php.
Referenced by ilCommentGUI\getListHTML(), and getListHTML().
|
protected |
Definition at line 86 of file class.ilNoteGUI.php.
Referenced by getShowEmptyListMessage().
|
protected |
Definition at line 87 of file class.ilNoteGUI.php.
Referenced by getShowHeader().
|
protected |
Definition at line 41 of file class.ilNoteGUI.php.
|
protected |
Definition at line 61 of file class.ilNoteGUI.php.
Referenced by getTarget().
|
protected |
Definition at line 68 of file class.ilNoteGUI.php.
|
protected |
Definition at line 85 of file class.ilNoteGUI.php.
Referenced by getUseObjectTitleHeader().
|
protected |
Definition at line 58 of file class.ilNoteGUI.php.
Referenced by addNote(), ilCommentGUI\getListHTML(), getListHTML(), getNoteListHTML(), getNotes(), and getTarget().
|
protected |
Definition at line 75 of file class.ilNoteGUI.php.
|
protected |
Definition at line 72 of file class.ilNoteGUI.php.
|
protected |
Definition at line 36 of file class.ilNoteGUI.php.
|
protected |
Definition at line 37 of file class.ilNoteGUI.php.