ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Important note: More...
Public Member Functions | |
setContainerObject (object $container_obj) | |
getContainerObject () | |
init () | |
initialisation More... | |
enableProperties (bool $status) | |
getPropertiesStatus () | |
enablePreconditions (bool $status) | |
getPreconditionsStatus () | |
enableNoticeProperties (bool $status) | |
getNoticePropertiesStatus () | |
enableDescription (bool $status) | |
getDescriptionStatus () | |
enableSearchFragments (bool $status) | |
getSearchFragmentStatus () | |
enableLinkedPath (bool $status) | |
setRelevance (int $rel) | |
getRelevance () | |
enableIcon (bool $status) | |
getIconStatus () | |
enableCheckbox (bool $status) | |
getCheckboxStatus () | |
enableExpand (bool $status) | |
getExpandStatus () | |
setExpanded (bool $status) | |
isExpanded () | |
setPositionInputField (string $field_index, string $position_value) | |
enableDelete (bool $status) | |
getDeleteStatus () | |
enableCut (bool $status) | |
getCutStatus () | |
enableCopy (bool $status) | |
getCopyStatus () | |
enableSubscribe (bool $status) | |
getSubscribeStatus () | |
enableLink (bool $status) | |
getLinkStatus () | |
enablePath (bool $path, int $start_node=0, ?\ilPathGUI $path_gui=null) | |
getPathStatus () | |
enableCommands (bool $status, bool $std_only=false) | |
getCommandsStatus () | |
enableInfoScreen (bool $info_screen) | |
getInfoScreenStatus () | |
addSubItemHTML (string $html) | |
Add HTML for sub item (used for sessions) More... | |
enableProgressInfo (bool $status) | |
getProgressInfoStatus () | |
enableSubstitutions (bool $status) | |
getSubstitutionStatus () | |
enableItemDetailLinks (bool $status) | |
enable item detail links E.g Direct links to chapters or pages More... | |
getItemDetailLinkStatus () | |
get item detail link status More... | |
setItemDetailLinks (array $detail_links, string $intro_txt='') | |
set items detail links More... | |
insertItemDetailLinks () | |
setTitle (string $title) | |
getTitle () | |
getTitle overwritten in class.ilObjLinkResourceList.php More... | |
setDescription (string $description) | |
getDescription () | |
getDescription overwritten in class.ilObjLinkResourceList.php More... | |
setSearchFragment (string $text) | |
getSearchFragment () | |
setSeparateCommands (bool $val) | |
getSeparateCommands () | |
getCommandId () | |
get command id Normally the ref id. More... | |
setAdditionalInformation (?string $val) | |
getAdditionalInformation () | |
setDetailsLevel (int $level) | |
Details level Currently used in Search which shows only limited properties of forums Currently used for Sessions (switch between minimal and extended view for each session) More... | |
getDetailsLevel () | |
enableRepositoryTransfer (bool $value) | |
Enable copy/move to repository (from personal workspace) More... | |
restrictToGoto (bool $value) | |
Restrict all actions/links to goto. More... | |
getDefaultCommand () | |
checkCommandAccess (string $permission, string $cmd, int $ref_id, string $type, ?int $obj_id=null) | |
initItem (int $ref_id, int $obj_id, string $type, string $title='', string $description='') | |
initialize new item (is called by getItemHTML()) More... | |
setConditionTarget (int $ref_id, int $obj_id, string $target_type) | |
resetConditionTarget () | |
disableTitleLink (bool $status) | |
setDefaultCommandParameters (array $params) | |
createDefaultCommand (array $command) | |
Get default command link Overwritten for e.g categories,courses => they return a goto link If search engine visibility is enabled these object type return a goto_CLIENT_ID_cat_99.html link. More... | |
getCommandLink (string $cmd) | |
Get command link url. More... | |
getCommandFrame (string $cmd) | |
Get command target frame. More... | |
getCommandImage (string $cmd) | |
Get command icon image. More... | |
getProperties () | |
Get item properties. More... | |
addCustomProperty (string $property='', string $value='', bool $alert=false, bool $newline=false) | |
getCustomProperties (array $prop) | |
getAlertProperties () | |
getNoticeProperties () | |
addCustomCommand (string $link, string $lang_var, string $frame='', string $onclick='') | |
addCustomCommandButton (Button $button, ?Modal $triggeredModal=null) | |
forceVisibleOnly (bool $stat) | |
isVisibleOnlyForced () | |
getCommands () | |
get all current commands for a specific ref id (in the permission context of the current user) More... | |
getIconImageType () | |
Returns the icon image type. More... | |
insertTitle () | |
insertSubstitutions () | |
insertDescription () | |
insertSearchFragment () | |
Insert highlighted search fragment. More... | |
setMode (string $mode) | |
set output mode More... | |
getMode () | |
get output mode More... | |
setConditionDepth (int $depth) | |
set depth for precondition output (stops at level 5) More... | |
isMode (string $mode) | |
check current output mode More... | |
determineProperties () | |
insertProperties () | |
insertNoticeProperties () | |
insertPreconditions () | |
insert all missing preconditions More... | |
insertCommand (string $href, string $text, string $frame='', string $img='', string $cmd='', string $onclick='') | |
insert command button More... | |
insertDeleteCommand () | |
insertLinkCommand () | |
insertCutCommand (bool $to_repository=false) | |
insertCopyCommand (bool $to_repository=false) | |
insertPasteCommand () | |
insertSubscribeCommand () | |
insertInfoScreenCommand () | |
insertCommonSocialCommands (bool $header_actions=false) | |
Insert common social commands (comments, notes, tagging) More... | |
insertTimingsCommand () | |
ks, 23 OCT 2023: This function is badly named and it already was before the changes made today. More... | |
enableComments (bool $value, bool $enable_comments_settings=true) | |
enableNotes (bool $value) | |
enableTags (bool $value) | |
enableRating (bool $value, ?string $text=null, bool $categories=false, ?array $ctrl_path=null, bool $force_rate_parent=false) | |
enableMultiDownload (bool $value) | |
Toggles whether multiple objects can be downloaded at once or not. More... | |
insertMultiDownloadCommand () | |
enableDownloadCheckbox (int $ref_id) | |
getDownloadCheckboxState () | |
setHeaderSubObject (?string $type, ?int $id) | |
addHeaderIcon (string $id, string $img, ?string $tooltip=null, ?string $onclick=null, ?string $status_text=null, ?string $href=null) | |
addHeaderIconHTML (string $id, string $html) | |
addHeaderGlyph (string $id, ILIAS\UI\Component\Symbol\Glyph\Glyph $glyph, $onclick=null) | |
setAjaxHash (string $hash) | |
getHeaderAction (?ilGlobalTemplateInterface $main_tpl=null) | |
appendRepositoryFrameParameter (string $link) | |
workaround: all links into the repository (from outside) must tell repository to set up the frameset More... | |
modifySAHSlaunch (string $link, string $target) | |
workaround: SAHS in new javavasript-created window or iframe More... | |
insertPath () | |
insertProgressInfo () | |
insertIconsAndCheckboxes () | |
getTypeIcon () | |
Get object type specific type icon. More... | |
insertSubItems () | |
insertPositionField () | |
adminCommandsIncluded () | |
returns whether any admin commands (link, delete, cut) are included in the output More... | |
getListItemHTML (int $ref_id, int $obj_id, string $title, string $description) | |
Get all item information (title, commands, description) in HTML. More... | |
setParentRefId (int $ref_id) | |
Set current parent ref id to enable unique js-ids (sessions, etc.) More... | |
getUniqueItemId (bool $as_div=false) | |
Get unique item identifier (for js-actions) More... | |
getCommandsHTML (string $title='') | |
Get commands HTML (must be called after get list item html) More... | |
isSideBlock () | |
Returns whether current item is a block in a side column or not. More... | |
setBoldTitle (bool $bold_title) | |
isTitleBold () | |
enableTimings (bool $status) | |
enable timings link More... | |
getAsListItem (int $ref_id, int $obj_id, string $type, string $title, string $description) | |
Get list item ui object. More... | |
getAsCard (int $ref_id, int $obj_id, string $type, string $title, string $description) | |
Get card object. More... | |
checkInfoPageOnAsynchronousRendering () | |
insertLPCommand () | |
insert learning progress command More... | |
Static Public Member Functions | |
static | prepareJsLinks (string $redraw_url, string $notes_url, string $tags_url, ?ilGlobalTemplateInterface $tpl=null) |
Insert js/ajax links into template. More... | |
static | preloadCommonProperties (array $obj_ids, int $context) |
Data Fields | |
const | IL_LIST_AS_TRIGGER = 'trigger' |
const | IL_LIST_FULL = 'full' |
const | DETAILS_MINIMAL = 10 |
const | DETAILS_SEARCH = 20 |
const | DETAILS_ALL = 30 |
const | CONTEXT_REPOSITORY = 1 |
const | CONTEXT_WORKSPACE = 2 |
const | CONTEXT_WORKSPACE_SHARING = 4 |
const | CONTEXT_PERSONAL_DESKTOP = 5 |
const | CONTEXT_SEARCH = 6 |
const | DOWNLOAD_CHECKBOX_NONE = 0 |
const | DOWNLOAD_CHECKBOX_ENABLED = 1 |
const | DOWNLOAD_CHECKBOX_DISABLED = 2 |
Protected Member Functions | |
enableLearningProgress (bool $enabled) | |
enableLPSettingsCommand (bool $enabled) | |
buildGotoLink () | |
parseConditions (int $toggle_id, array $conditions, bool $obligatory=true) | |
modifyTitleLink (string $default_link) | |
resetCustomData () | |
reset properties and commands More... | |
isCommentsActivated (string $type, int $ref_id, int $obj_id, bool $header_actions, bool $check_write_access=true) | |
Check comments status against comments settings and context. More... | |
Static Protected Attributes | |
static array | $cnt_notes = [] |
static array | $cnt_tags = [] |
static array | $tags = [] |
static array | $comments_activation = [] |
static bool | $preload_done = false |
static int | $js_unique_id = 0 |
static string | $tpl_file_name = 'tpl.container_list_item.html' |
static string | $tpl_component = 'components/ILIAS/Container' |
Private Member Functions | |
populateCommands (bool $for_header) | |
insert all commands into html code More... | |
commandsNeedToBeHidden (bool $for_header) | |
Fix bug #12417: We hide the action menu when we are in the public area. More... | |
getCommandsDropdown (string $title, bool $for_header=false) | |
getTileImage () | |
insertLPSettingsCommand () | |
buildTranslatedType () | |
Private Attributes | |
ILIAS Notes Service | $notes_service |
Important note:
All access checking should be made within $ilAccess and the checkAccess of the ilObj...Access classes. Do not additionally enable or disable any commands within this GUI class or in derived classes, except when the container (e.g. a search result list) generally refuses them.
Definition at line 47 of file class.ilObjectListGUI.php.
ilObjectListGUI::addCustomCommand | ( | string | $link, |
string | $lang_var, | ||
string | $frame = '' , |
||
string | $onclick = '' |
||
) |
Definition at line 953 of file class.ilObjectListGUI.php.
Referenced by ilDashboardRecommendedContentGUI\addCustomCommandsToActionMenu().
Definition at line 963 of file class.ilObjectListGUI.php.
References null.
ilObjectListGUI::addCustomProperty | ( | string | $property = '' , |
string | $value = '' , |
||
bool | $alert = false , |
||
bool | $newline = false |
||
) |
Definition at line 907 of file class.ilObjectListGUI.php.
Referenced by ilObjectActivation\addListGUIActivationProperty(), ilObjRemoteWikiListGUI\getProperties(), ilObjRemoteCategoryListGUI\getProperties(), ilObjRemoteLearningModuleListGUI\getProperties(), ilObjRemoteGroupListGUI\getProperties(), ilObjRemoteTestListGUI\getProperties(), ilObjRemoteCourseListGUI\getProperties(), ilObjRemoteFileListGUI\getProperties(), and ilObjRemoteGlossaryListGUI\getProperties().
ilObjectListGUI::addHeaderGlyph | ( | string | $id, |
ILIAS\UI\Component\Symbol\Glyph\Glyph | $glyph, | ||
$onclick = null |
|||
) |
Definition at line 2293 of file class.ilObjectListGUI.php.
References $id.
Referenced by getHeaderAction().
ilObjectListGUI::addHeaderIcon | ( | string | $id, |
string | $img, | ||
?string | $tooltip = null , |
||
?string | $onclick = null , |
||
?string | $status_text = null , |
||
?string | $href = null |
||
) |
Definition at line 2271 of file class.ilObjectListGUI.php.
References $id.
ilObjectListGUI::addHeaderIconHTML | ( | string | $id, |
string | $html | ||
) |
Definition at line 2288 of file class.ilObjectListGUI.php.
References $id.
Referenced by getHeaderAction().
ilObjectListGUI::addSubItemHTML | ( | string | $html | ) |
Add HTML for sub item (used for sessions)
string | $html | sub items HTML |
Definition at line 493 of file class.ilObjectListGUI.php.
ilObjectListGUI::adminCommandsIncluded | ( | ) |
returns whether any admin commands (link, delete, cut) are included in the output
Definition at line 2688 of file class.ilObjectListGUI.php.
ilObjectListGUI::appendRepositoryFrameParameter | ( | string | $link | ) |
workaround: all links into the repository (from outside) must tell repository to set up the frameset
Definition at line 2487 of file class.ilObjectListGUI.php.
References ilUtil\appendUrlParameterString(), and ILIAS\Repository\refinery().
Referenced by insertTitle(), and populateCommands().
|
protected |
Definition at line 1132 of file class.ilObjectListGUI.php.
References ilWorkspaceAccessHandler\getGotoLink(), and null.
Referenced by insertTitle().
|
private |
Definition at line 3373 of file class.ilObjectListGUI.php.
ilObjectListGUI::checkCommandAccess | ( | string | $permission, |
string | $cmd, | ||
int | $ref_id, | ||
string | $type, | ||
?int | $obj_id = null |
||
) |
Definition at line 677 of file class.ilObjectListGUI.php.
References $access, $ref_id, ILIAS\Repository\access(), ilRBACAccessHandler\checkAccess(), isVisibleOnlyForced(), and null.
Referenced by getCommands(), insertCopyCommand(), insertCutCommand(), insertDeleteCommand(), insertLinkCommand(), insertSubscribeCommand(), and insertTimingsCommand().
ilObjectListGUI::checkInfoPageOnAsynchronousRendering | ( | ) |
Definition at line 3255 of file class.ilObjectListGUI.php.
Referenced by commandsNeedToBeHidden().
|
private |
Fix bug #12417: We hide the action menu when we are in the public area.
Definition at line 2108 of file class.ilObjectListGUI.php.
References ANONYMOUS_USER_ID, checkInfoPageOnAsynchronousRendering(), and ILIAS\Repository\user().
Referenced by populateCommands().
ilObjectListGUI::createDefaultCommand | ( | array | $command | ) |
Get default command link Overwritten for e.g categories,courses => they return a goto link If search engine visibility is enabled these object type return a goto_CLIENT_ID_cat_99.html link.
Definition at line 773 of file class.ilObjectListGUI.php.
References $params, and ilLink\_getStaticLink().
Referenced by populateCommands().
ilObjectListGUI::determineProperties | ( | ) |
Definition at line 1233 of file class.ilObjectListGUI.php.
References $obj_id, $ref_id, $reference_obj_id, $reference_ref_id, ILIAS\Repository\access(), ANONYMOUS_USER_ID, getCustomProperties(), ilNoteGUI\getListCommentsJSCall(), ilLPStatus\getListGUIStatus(), ilNoteGUI\getListNotesJSCall(), ilTaggingGUI\getListTagsJSCall(), getProperties(), isCommentsActivated(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by insertProperties().
ilObjectListGUI::disableTitleLink | ( | bool | $status | ) |
Definition at line 758 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\initItem().
ilObjectListGUI::enableCheckbox | ( | bool | $status | ) |
Definition at line 355 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), ilObjStudyProgrammeListGUI\getListItemHTML(), and ilObjStudyProgrammeReferenceListGUI\getListItemHTML().
ilObjectListGUI::enableCommands | ( | bool | $status, |
bool | $std_only = false |
||
) |
Definition at line 457 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableComments | ( | bool | $value, |
bool | $enable_comments_settings = true |
||
) |
Definition at line 2119 of file class.ilObjectListGUI.php.
References ILIAS\Repository\settings().
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), and ilObjTestListGUI\initItem().
ilObjectListGUI::enableCopy | ( | bool | $status | ) |
Definition at line 415 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), and ilObjTestListGUI\initItem().
ilObjectListGUI::enableCut | ( | bool | $status | ) |
Definition at line 405 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), and ilObjTestListGUI\initItem().
ilObjectListGUI::enableDelete | ( | bool | $status | ) |
Definition at line 395 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableDescription | ( | bool | $status | ) |
Definition at line 310 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableDownloadCheckbox | ( | int | $ref_id | ) |
Definition at line 2215 of file class.ilObjectListGUI.php.
References ILIAS\Repository\access(), and getContainerObject().
ilObjectListGUI::enableExpand | ( | bool | $status | ) |
Definition at line 365 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableIcon | ( | bool | $status | ) |
Definition at line 345 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableInfoScreen | ( | bool | $info_screen | ) |
Definition at line 468 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), and ilObjTestListGUI\initItem().
ilObjectListGUI::enableItemDetailLinks | ( | bool | $status | ) |
enable item detail links E.g Direct links to chapters or pages
Definition at line 522 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 478 of file class.ilObjectListGUI.php.
Referenced by ilObjMediaCastListGUI\init(), ilObjFileBasedLMListGUI\init(), ilObjLearningModuleListGUI\init(), and ilObjTestListGUI\initItem().
ilObjectListGUI::enableLink | ( | bool | $status | ) |
Definition at line 435 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), and ilObjTestListGUI\initItem().
ilObjectListGUI::enableLinkedPath | ( | bool | $status | ) |
Definition at line 330 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 483 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\initItem().
ilObjectListGUI::enableMultiDownload | ( | bool | $value | ) |
Toggles whether multiple objects can be downloaded at once or not.
boolean | $value | true, to allow downloading of multiple objects; otherwise, false. |
Definition at line 2169 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\initItem().
ilObjectListGUI::enableNotes | ( | bool | $value | ) |
Definition at line 2129 of file class.ilObjectListGUI.php.
References ILIAS\Repository\settings().
Referenced by ilObjTestListGUI\initItem().
ilObjectListGUI::enableNoticeProperties | ( | bool | $status | ) |
Definition at line 300 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enablePreconditions | ( | bool | $status | ) |
Definition at line 290 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableProgressInfo | ( | bool | $status | ) |
Definition at line 498 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableProperties | ( | bool | $status | ) |
Definition at line 280 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableRating | ( | bool | $value, |
?string | $text = null , |
||
bool | $categories = false , |
||
?array | $ctrl_path = null , |
||
bool | $force_rate_parent = false |
||
) |
ilObjectListGUI::enableRepositoryTransfer | ( | bool | $value | ) |
Enable copy/move to repository (from personal workspace)
Definition at line 659 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableSearchFragments | ( | bool | $status | ) |
Definition at line 320 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableSubscribe | ( | bool | $status | ) |
Definition at line 425 of file class.ilObjectListGUI.php.
Referenced by ilObjCourseGUI\_modifyItemGUI(), ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), and ilObjTestListGUI\initItem().
ilObjectListGUI::enableSubstitutions | ( | bool | $status | ) |
Definition at line 508 of file class.ilObjectListGUI.php.
Referenced by ilObjIndividualAssessmentListGUI\init(), ilObjGroupListGUI\init(), and ilObjSessionListGUI\init().
ilObjectListGUI::enableTags | ( | bool | $value | ) |
Definition at line 2138 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), ilObjTestListGUI\initItem(), and ilTaggingClassificationProvider\initListGUI().
ilObjectListGUI::enableTimings | ( | bool | $status | ) |
enable timings link
Definition at line 3012 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\initItem().
ilObjectListGUI::forceVisibleOnly | ( | bool | $stat | ) |
Definition at line 973 of file class.ilObjectListGUI.php.
ilObjectListGUI::getAdditionalInformation | ( | ) |
Definition at line 636 of file class.ilObjectListGUI.php.
References $additional_information.
ilObjectListGUI::getAlertProperties | ( | ) |
Definition at line 931 of file class.ilObjectListGUI.php.
References getProperties().
ilObjectListGUI::getAsCard | ( | int | $ref_id, |
int | $obj_id, | ||
string | $type, | ||
string | $title, | ||
string | $description | ||
) |
Get card object.
Definition at line 3096 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\addCommandLinkParameter().
ilObjectListGUI::getAsListItem | ( | int | $ref_id, |
int | $obj_id, | ||
string | $type, | ||
string | $title, | ||
string | $description | ||
) |
Get list item ui object.
Definition at line 3020 of file class.ilObjectListGUI.php.
ilObjectListGUI::getCheckboxStatus | ( | ) |
Definition at line 360 of file class.ilObjectListGUI.php.
References $checkboxes_enabled.
Referenced by ilObjStudyProgrammeListGUI\getListItemHTML(), ilObjStudyProgrammeReferenceListGUI\getListItemHTML(), and ilObjLTIConsumerListGUI\insertIconsAndCheckboxes().
ilObjectListGUI::getCommandFrame | ( | string | $cmd | ) |
Get command target frame.
Overwrite this method if link frame is not current frame
string | $cmd | command |
Definition at line 834 of file class.ilObjectListGUI.php.
Referenced by getCommands(), insertCommonSocialCommands(), ilObjOrgUnitListGUI\insertInfoScreenCommand(), and insertInfoScreenCommand().
ilObjectListGUI::getCommandId | ( | ) |
get command id Normally the ref id.
Overwritten for course and category references
Definition at line 626 of file class.ilObjectListGUI.php.
References $ref_id.
Referenced by getCommandLink(), insertCopyCommand(), insertCutCommand(), insertDeleteCommand(), ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), insertLinkCommand(), insertPasteCommand(), and insertSubscribeCommand().
ilObjectListGUI::getCommandImage | ( | string | $cmd | ) |
Get command icon image.
Overwrite this method if an icon is provided
string | $cmd | command |
Definition at line 847 of file class.ilObjectListGUI.php.
Referenced by getCommands().
ilObjectListGUI::getCommandLink | ( | string | $cmd | ) |
Get command link url.
Overwrite this method, if link target is not build by ctrl class (e.g. 'forum.php'). This is the case for all links now, but bringing everything to ilCtrl should be realised in the future.
Definition at line 805 of file class.ilObjectListGUI.php.
References ilDAVActivationChecker\_isActive(), ILIAS\Repository\ctrl(), getCommandId(), ilWebDAVUriBuilder\getUriToMountInstructionModalByRef(), and ILIAS\FileDelivery\http().
Referenced by getCommands(), ilObjBlogListGUI\insertCommand(), and insertInfoScreenCommand().
ilObjectListGUI::getCommands | ( | ) |
get all current commands for a specific ref id (in the permission context of the current user)
!!!NOTE!!!: Please use getListHTML() if you want to display the item including all commands
!!!NOTE 2!!!: Please do not overwrite this method in derived classes because it will get pretty large and much code will be simply copy-and-pasted. Insert smaller object type related method calls instead. (like getCommandLink() or getCommandFrame())
public
int | $a_ref_id | ref id of object |
Definition at line 1006 of file class.ilObjectListGUI.php.
References $txt, ILIAS\Repository\access(), ANONYMOUS_USER_ID, checkCommandAccess(), getCommandFrame(), getCommandImage(), getCommandLink(), null, and ILIAS\Repository\user().
Referenced by populateCommands().
|
private |
Definition at line 2892 of file class.ilObjectListGUI.php.
Referenced by getHeaderAction().
ilObjectListGUI::getCommandsHTML | ( | string | $title = '' | ) |
Get commands HTML (must be called after get list item html)
Definition at line 2887 of file class.ilObjectListGUI.php.
ilObjectListGUI::getCommandsStatus | ( | ) |
Definition at line 463 of file class.ilObjectListGUI.php.
References $commands_enabled.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), ilCourseObjectiveListGUI\insertTitle(), insertTitle(), and populateCommands().
ilObjectListGUI::getContainerObject | ( | ) |
Definition at line 250 of file class.ilObjectListGUI.php.
References $container_obj.
Referenced by enableDownloadCheckbox(), insertCutCommand(), insertDeleteCommand(), insertLinkCommand(), insertMultiDownloadCommand(), insertPasteCommand(), ilCourseObjectiveListGUI\insertProgressInfo(), insertSubscribeCommand(), and ilCourseObjectiveListGUI\insertTitle().
ilObjectListGUI::getCopyStatus | ( | ) |
ilObjectListGUI::getCustomProperties | ( | array | $prop | ) |
Definition at line 921 of file class.ilObjectListGUI.php.
Referenced by determineProperties().
ilObjectListGUI::getCutStatus | ( | ) |
ilObjectListGUI::getDefaultCommand | ( | ) |
ilObjectListGUI::getDeleteStatus | ( | ) |
ilObjectListGUI::getDescription | ( | ) |
getDescription overwritten in class.ilObjLinkResourceList.php
Definition at line 593 of file class.ilObjectListGUI.php.
References $description.
Referenced by insertDescription().
ilObjectListGUI::getDescriptionStatus | ( | ) |
Definition at line 315 of file class.ilObjectListGUI.php.
References $description_enabled.
ilObjectListGUI::getDetailsLevel | ( | ) |
Definition at line 651 of file class.ilObjectListGUI.php.
References $details_level.
Referenced by ilObjForumListGUI\getProperties(), and ilObjSessionListGUI\getProperties().
ilObjectListGUI::getDownloadCheckboxState | ( | ) |
Definition at line 2232 of file class.ilObjectListGUI.php.
References $download_checkbox_state.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes().
ilObjectListGUI::getExpandStatus | ( | ) |
Definition at line 370 of file class.ilObjectListGUI.php.
References $expand_enabled.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes().
ilObjectListGUI::getHeaderAction | ( | ?ilGlobalTemplateInterface | $main_tpl = null | ) |
Definition at line 2303 of file class.ilObjectListGUI.php.
References $ajax_hash, Vendor\Package\$f, $id, $main_tpl, $obj_id, $renderer, ilObject\_lookupTitle(), ilObject\_lookupType(), addHeaderGlyph(), addHeaderIconHTML(), ILIAS\UICore\GlobalTemplate\addOnLoadCode(), ILIAS\Repository\ctrl(), getCommandsDropdown(), ilNoteGUI\getListCommentsJSCall(), ilNoteGUI\getListNotesJSCall(), ilTaggingGUI\getListTagsJSCall(), ilTagging\getTagsForUserAndObject(), isCommentsActivated(), ILIAS\Repository\lng(), null, ilCommonActionDispatcherGUI\removeSubObjFromAjaxHash(), setTitle(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
ilObjectListGUI::getIconImageType | ( | ) |
Returns the icon image type.
For most objects, this is same as the object type, e.g. 'cat','fold'. We can return here other values, to express a specific state of an object, e.g. 'crs_offline', and/or to express a specific kind of object, e.g. 'file_inline'.
Definition at line 1073 of file class.ilObjectListGUI.php.
References $type.
Referenced by ilObjLTIConsumerListGUI\getIconHref(), ilObjOrgUnitListGUI\getTypeIcon(), and ilObjLTIConsumerListGUI\insertIconsAndCheckboxes().
ilObjectListGUI::getIconStatus | ( | ) |
Definition at line 350 of file class.ilObjectListGUI.php.
References $icons_enabled.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes().
ilObjectListGUI::getInfoScreenStatus | ( | ) |
Definition at line 473 of file class.ilObjectListGUI.php.
References $info_screen_enabled.
Referenced by populateCommands().
ilObjectListGUI::getItemDetailLinkStatus | ( | ) |
get item detail link status
Definition at line 530 of file class.ilObjectListGUI.php.
References $item_detail_links_enabled.
ilObjectListGUI::getLinkStatus | ( | ) |
ilObjectListGUI::getListItemHTML | ( | int | $ref_id, |
int | $obj_id, | ||
string | $title, | ||
string | $description | ||
) |
Get all item information (title, commands, description) in HTML.
Definition at line 2696 of file class.ilObjectListGUI.php.
Referenced by ilObjStudyProgrammeReferenceListGUI\getListItemHTML().
ilObjectListGUI::getMode | ( | ) |
get output mode
Definition at line 1209 of file class.ilObjectListGUI.php.
References $mode.
ilObjectListGUI::getNoticeProperties | ( | ) |
Definition at line 942 of file class.ilObjectListGUI.php.
References $info, and $notice_prop.
Referenced by insertNoticeProperties().
ilObjectListGUI::getNoticePropertiesStatus | ( | ) |
Definition at line 305 of file class.ilObjectListGUI.php.
References $notice_properties_enabled.
ilObjectListGUI::getPathStatus | ( | ) |
ilObjectListGUI::getPreconditionsStatus | ( | ) |
Definition at line 295 of file class.ilObjectListGUI.php.
References $preconditions_enabled.
ilObjectListGUI::getProgressInfoStatus | ( | ) |
ilObjectListGUI::getProperties | ( | ) |
Get item properties.
Overwrite this method to add properties at the bottom of the item html
Definition at line 863 of file class.ilObjectListGUI.php.
References $webdav_dic, ilDAVActivationChecker\_isActive(), ANONYMOUS_USER_ID, ILIAS\Repository\lng(), ilObject\lookupOfflineStatus(), and ILIAS\Repository\user().
Referenced by determineProperties(), and getAlertProperties().
ilObjectListGUI::getPropertiesStatus | ( | ) |
Definition at line 285 of file class.ilObjectListGUI.php.
References $properties_enabled.
ilObjectListGUI::getRelevance | ( | ) |
ilObjectListGUI::getSearchFragment | ( | ) |
Definition at line 606 of file class.ilObjectListGUI.php.
References $search_fragment.
Referenced by insertSearchFragment().
ilObjectListGUI::getSearchFragmentStatus | ( | ) |
Definition at line 325 of file class.ilObjectListGUI.php.
References $search_fragment_enabled.
ilObjectListGUI::getSeparateCommands | ( | ) |
ilObjectListGUI::getSubscribeStatus | ( | ) |
ilObjectListGUI::getSubstitutionStatus | ( | ) |
Definition at line 513 of file class.ilObjectListGUI.php.
References $substitutions_enabled.
Referenced by insertDescription().
|
private |
Definition at line 3260 of file class.ilObjectListGUI.php.
ilObjectListGUI::getTitle | ( | ) |
getTitle overwritten in class.ilObjLinkResourceList.php
Definition at line 578 of file class.ilObjectListGUI.php.
References $title.
Referenced by ilCourseObjectiveListGUI\insertTitle(), and insertTitle().
ilObjectListGUI::getTypeIcon | ( | ) |
Get object type specific type icon.
Definition at line 2655 of file class.ilObjectListGUI.php.
ilObjectListGUI::getUniqueItemId | ( | bool | $as_div = false | ) |
Get unique item identifier (for js-actions)
bool | $a_as_div |
Definition at line 2860 of file class.ilObjectListGUI.php.
ilObjectListGUI::init | ( | ) |
initialisation
this method should be overwritten by derived classes
Definition at line 261 of file class.ilObjectListGUI.php.
References ilObjectAccess\_getCommands().
ilObjectListGUI::initItem | ( | int | $ref_id, |
int | $obj_id, | ||
string | $type, | ||
string | $title = '' , |
||
string | $description = '' |
||
) |
initialize new item (is called by getItemHTML())
Definition at line 717 of file class.ilObjectListGUI.php.
References $obj_id, $ref_id, ilCommonActionDispatcherGUI\buildAjaxHash(), setAjaxHash(), setDescription(), setTitle(), ilCommonActionDispatcherGUI\TYPE_REPOSITORY, and ilCommonActionDispatcherGUI\TYPE_WORKSPACE.
ilObjectListGUI::insertCommand | ( | string | $href, |
string | $text, | ||
string | $frame = '' , |
||
string | $img = '' , |
||
string | $cmd = '' , |
||
string | $onclick = '' |
||
) |
insert command button
Definition at line 1577 of file class.ilObjectListGUI.php.
References $id, ilWebDAVMountInstructionsModalGUI\maybeRenderWebDAVModalInGlobalTpl(), and ILIAS\Repository\ui().
Referenced by ilObjTestListGUI\getCommands(), insertCommonSocialCommands(), insertCopyCommand(), insertCutCommand(), insertDeleteCommand(), ilObjOrgUnitListGUI\insertInfoScreenCommand(), insertInfoScreenCommand(), insertLinkCommand(), insertMultiDownloadCommand(), insertPasteCommand(), insertSubscribeCommand(), insertTimingsCommand(), and populateCommands().
ilObjectListGUI::insertCommonSocialCommands | ( | bool | $header_actions = false | ) |
Insert common social commands (comments, notes, tagging)
Definition at line 1843 of file class.ilObjectListGUI.php.
References $ref_id, $reference_ref_id, getCommandFrame(), ilNoteGUI\getListCommentsJSCall(), ilNoteGUI\getListNotesJSCall(), ilTaggingGUI\getListTagsJSCall(), insertCommand(), isCommentsActivated(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by populateCommands().
ilObjectListGUI::insertCopyCommand | ( | bool | $to_repository = false | ) |
Definition at line 1730 of file class.ilObjectListGUI.php.
References checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), insertCommand(), and ILIAS\Repository\lng().
Referenced by populateCommands().
ilObjectListGUI::insertCutCommand | ( | bool | $to_repository = false | ) |
Definition at line 1689 of file class.ilObjectListGUI.php.
References checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), and ILIAS\Repository\lng().
Referenced by populateCommands().
ilObjectListGUI::insertDeleteCommand | ( | ) |
Definition at line 1620 of file class.ilObjectListGUI.php.
References checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), and ILIAS\Repository\lng().
Referenced by populateCommands().
ilObjectListGUI::insertDescription | ( | ) |
Definition at line 1168 of file class.ilObjectListGUI.php.
References getDescription(), getSubstitutionStatus(), and insertSubstitutions().
Referenced by ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertIconsAndCheckboxes | ( | ) |
Definition at line 2591 of file class.ilObjectListGUI.php.
Referenced by ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertInfoScreenCommand | ( | ) |
Definition at line 1827 of file class.ilObjectListGUI.php.
References getCommandFrame(), getCommandLink(), ilUtil\getImagePath(), insertCommand(), and ILIAS\Repository\lng().
Referenced by populateCommands().
ilObjectListGUI::insertItemDetailLinks | ( | ) |
ilObjectListGUI::insertLinkCommand | ( | ) |
Definition at line 1650 of file class.ilObjectListGUI.php.
References $obj_definition, checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), and ILIAS\Repository\lng().
Referenced by populateCommands().
ilObjectListGUI::insertLPCommand | ( | ) |
insert learning progress command
Definition at line 3269 of file class.ilObjectListGUI.php.
Referenced by populateCommands().
|
private |
Definition at line 3287 of file class.ilObjectListGUI.php.
Referenced by populateCommands().
ilObjectListGUI::insertMultiDownloadCommand | ( | ) |
Definition at line 2178 of file class.ilObjectListGUI.php.
References $requested_ref_id, $user_id, ilObject\_lookupType(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getContainerObject(), insertCommand(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by populateCommands().
ilObjectListGUI::insertNoticeProperties | ( | ) |
Definition at line 1411 of file class.ilObjectListGUI.php.
References getNoticeProperties().
ilObjectListGUI::insertPasteCommand | ( | ) |
Definition at line 1763 of file class.ilObjectListGUI.php.
References ilObject\_lookupType(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), and ILIAS\Repository\lng().
Referenced by populateCommands().
ilObjectListGUI::insertPath | ( | ) |
Definition at line 2560 of file class.ilObjectListGUI.php.
ilObjectListGUI::insertPositionField | ( | ) |
Definition at line 2674 of file class.ilObjectListGUI.php.
Referenced by ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertPreconditions | ( | ) |
insert all missing preconditions
Definition at line 1529 of file class.ilObjectListGUI.php.
References ilObject\_lookupTitle(), ILIAS\Repository\lng(), parseConditions(), and ilArrayUtil\sortArray().
ilObjectListGUI::insertProgressInfo | ( | ) |
Definition at line 2587 of file class.ilObjectListGUI.php.
ilObjectListGUI::insertProperties | ( | ) |
Definition at line 1361 of file class.ilObjectListGUI.php.
References determineProperties(), and null.
ilObjectListGUI::insertSearchFragment | ( | ) |
Insert highlighted search fragment.
Definition at line 1185 of file class.ilObjectListGUI.php.
References getSearchFragment().
ilObjectListGUI::insertSubItems | ( | ) |
Definition at line 2665 of file class.ilObjectListGUI.php.
Referenced by ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertSubscribeCommand | ( | ) |
Definition at line 1784 of file class.ilObjectListGUI.php.
References ilObject\_lookupObjId(), ilObject\_lookupType(), ANONYMOUS_USER_ID, checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), and ILIAS\Repository\user().
Referenced by populateCommands().
ilObjectListGUI::insertSubstitutions | ( | ) |
Definition at line 1145 of file class.ilObjectListGUI.php.
References $data.
Referenced by insertDescription().
ilObjectListGUI::insertTimingsCommand | ( | ) |
ks, 23 OCT 2023: This function is badly named and it already was before the changes made today.
I decided to keept this so, for the time being as changes would be needed in multiple child classes and as this should change anyway.
Definition at line 1904 of file class.ilObjectListGUI.php.
References checkCommandAccess(), ILIAS\Repository\ctrl(), insertCommand(), and ILIAS\Repository\lng().
Referenced by populateCommands().
ilObjectListGUI::insertTitle | ( | ) |
Definition at line 1078 of file class.ilObjectListGUI.php.
References appendRepositoryFrameParameter(), buildGotoLink(), getCommandsStatus(), getTitle(), modifySAHSlaunch(), and modifyTitleLink().
|
protected |
Check comments status against comments settings and context.
Definition at line 2981 of file class.ilObjectListGUI.php.
Referenced by determineProperties(), getHeaderAction(), and insertCommonSocialCommands().
ilObjectListGUI::isExpanded | ( | ) |
Definition at line 380 of file class.ilObjectListGUI.php.
References $is_expanded.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes().
ilObjectListGUI::isMode | ( | string | $mode | ) |
check current output mode
string | $mode | (self::IL_LIST_FULL | self::IL_LIST_AS_TRIGGER) |
Definition at line 1228 of file class.ilObjectListGUI.php.
References $mode.
Referenced by populateCommands().
ilObjectListGUI::isSideBlock | ( | ) |
Returns whether current item is a block in a side column or not.
Definition at line 2907 of file class.ilObjectListGUI.php.
ilObjectListGUI::isTitleBold | ( | ) |
Definition at line 2917 of file class.ilObjectListGUI.php.
ilObjectListGUI::isVisibleOnlyForced | ( | ) |
Definition at line 978 of file class.ilObjectListGUI.php.
References $force_visible_only.
Referenced by checkCommandAccess().
ilObjectListGUI::modifySAHSlaunch | ( | string | $link, |
string | $target | ||
) |
workaround: SAHS in new javavasript-created window or iframe
Definition at line 2526 of file class.ilObjectListGUI.php.
References ILIAS\FileDelivery\http().
Referenced by insertTitle().
|
protected |
Definition at line 2503 of file class.ilObjectListGUI.php.
References $params.
Referenced by insertTitle().
|
protected |
Definition at line 1423 of file class.ilObjectListGUI.php.
References $location, ilConditionHandler\_checkCondition(), ilObject\_lookupTitle(), ilConditionHandler\calculateEffectiveRequiredTriggers(), ilConditionHandler\getEffectiveOptionalConditionsOfTarget(), ilMemberViewSettings\getInstance(), ILIAS\Repository\lng(), and ilConditionHandlerGUI\translateOperator().
Referenced by insertPreconditions().
|
private |
insert all commands into html code
Definition at line 1968 of file class.ilObjectListGUI.php.
References $txt, appendRepositoryFrameParameter(), commandsNeedToBeHidden(), createDefaultCommand(), ILIAS\Repository\ctrl(), getCommands(), getCommandsStatus(), getInfoScreenStatus(), insertCommand(), insertCommonSocialCommands(), insertCopyCommand(), insertCutCommand(), insertDeleteCommand(), insertInfoScreenCommand(), insertLinkCommand(), insertLPCommand(), insertLPSettingsCommand(), insertMultiDownloadCommand(), insertPasteCommand(), insertSubscribeCommand(), insertTimingsCommand(), isMode(), and ILIAS\Repository\lng().
|
static |
Definition at line 2922 of file class.ilObjectListGUI.php.
Referenced by ilObjectListGUIPreloader\preload().
|
static |
Insert js/ajax links into template.
Definition at line 2240 of file class.ilObjectListGUI.php.
References $DIC, and ilTaggingGUI\initJavascript().
Referenced by ilWikiPageGUI\addHeaderAction(), ilObjDataCollectionGUI\addHeaderAction(), ilLMPresentationGUI\getHeaderAction(), ilObjectGUI\initHeaderAction(), ilObject2GUI\initHeaderAction(), ilObjWorkspaceFolderGUI\render(), and ilObjRootFolderGUI\renderObject().
ilObjectListGUI::resetConditionTarget | ( | ) |
Definition at line 753 of file class.ilObjectListGUI.php.
|
protected |
reset properties and commands
Definition at line 2836 of file class.ilObjectListGUI.php.
ilObjectListGUI::restrictToGoto | ( | bool | $value | ) |
Restrict all actions/links to goto.
Definition at line 667 of file class.ilObjectListGUI.php.
ilObjectListGUI::setAdditionalInformation | ( | ?string | $val | ) |
Definition at line 631 of file class.ilObjectListGUI.php.
Referenced by ilSearchResultPresentation\appendAdditionalInformation(), ilObjStudyProgrammeListGUI\getListItemHTML(), and ilObjStudyProgrammeReferenceListGUI\getListItemHTML().
ilObjectListGUI::setAjaxHash | ( | string | $hash | ) |
Definition at line 2298 of file class.ilObjectListGUI.php.
Referenced by initItem().
ilObjectListGUI::setBoldTitle | ( | bool | $bold_title | ) |
Definition at line 2912 of file class.ilObjectListGUI.php.
ilObjectListGUI::setConditionDepth | ( | int | $depth | ) |
set depth for precondition output (stops at level 5)
Definition at line 1217 of file class.ilObjectListGUI.php.
ilObjectListGUI::setConditionTarget | ( | int | $ref_id, |
int | $obj_id, | ||
string | $target_type | ||
) |
ilObjectListGUI::setContainerObject | ( | object | $container_obj | ) |
ilObjectListGUI::setDefaultCommandParameters | ( | array | $params | ) |
Definition at line 763 of file class.ilObjectListGUI.php.
References $params.
ilObjectListGUI::setDescription | ( | string | $description | ) |
Definition at line 583 of file class.ilObjectListGUI.php.
References ILIAS\Repository\refinery().
Referenced by ilCourseObjectiveListGUI\getObjectiveListItemHTML(), and initItem().
ilObjectListGUI::setDetailsLevel | ( | int | $level | ) |
Details level Currently used in Search which shows only limited properties of forums Currently used for Sessions (switch between minimal and extended view for each session)
Definition at line 646 of file class.ilObjectListGUI.php.
ilObjectListGUI::setExpanded | ( | bool | $status | ) |
Definition at line 375 of file class.ilObjectListGUI.php.
ilObjectListGUI::setHeaderSubObject | ( | ?string | $type, |
?int | $id | ||
) |
Definition at line 2265 of file class.ilObjectListGUI.php.
References $type, and ILIAS\Repository\int().
ilObjectListGUI::setItemDetailLinks | ( | array | $detail_links, |
string | $intro_txt = '' |
||
) |
set items detail links
array | $detail_links | e.g. array(0 => array('desc' => 'Page: ','link' => 'ilias.php...','name' => 'Page XYZ') |
Definition at line 540 of file class.ilObjectListGUI.php.
ilObjectListGUI::setMode | ( | string | $mode | ) |
set output mode
string | $mode | output mode (self::IL_LIST_FULL | self::IL_LIST_AS_TRIGGER) |
Definition at line 1199 of file class.ilObjectListGUI.php.
References $mode.
ilObjectListGUI::setParentRefId | ( | int | $ref_id | ) |
Set current parent ref id to enable unique js-ids (sessions, etc.)
Definition at line 2849 of file class.ilObjectListGUI.php.
ilObjectListGUI::setPositionInputField | ( | string | $field_index, |
string | $position_value | ||
) |
string | $field_index | e.g. '[crs][34]' |
string | $position_value | e.g. '2.0' |
Definition at line 388 of file class.ilObjectListGUI.php.
References $position_value.
ilObjectListGUI::setRelevance | ( | int | $rel | ) |
Definition at line 335 of file class.ilObjectListGUI.php.
ilObjectListGUI::setSearchFragment | ( | string | $text | ) |
string | $text | highlighted search fragment |
Definition at line 601 of file class.ilObjectListGUI.php.
ilObjectListGUI::setSeparateCommands | ( | bool | $val | ) |
Definition at line 611 of file class.ilObjectListGUI.php.
ilObjectListGUI::setTitle | ( | string | $title | ) |
Definition at line 568 of file class.ilObjectListGUI.php.
References ILIAS\Repository\refinery().
Referenced by getHeaderAction(), ilCourseObjectiveListGUI\getObjectiveListItemHTML(), ilObjStudyProgrammeReferenceListGUI\initItem(), and initItem().
|
protected |
Definition at line 190 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 78 of file class.ilObjectListGUI.php.
Referenced by checkCommandAccess(), and ilObjCategoryReferenceListGUI\initItem().
|
protected |
Definition at line 77 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 156 of file class.ilObjectListGUI.php.
Referenced by getAdditionalInformation().
|
protected |
Definition at line 185 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 189 of file class.ilObjectListGUI.php.
Referenced by getHeaderAction().
|
protected |
Definition at line 150 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 139 of file class.ilObjectListGUI.php.
Referenced by getCheckboxStatus().
|
protected |
Definition at line 115 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 66 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 67 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 108 of file class.ilObjectListGUI.php.
Referenced by ilObjLTIConsumerListGUI\getCommandLink(), ilObjBlogListGUI\getCommands(), ilObjFileListGUI\getCommands(), and ilObjTestListGUI\getCommands().
|
protected |
Definition at line 121 of file class.ilObjectListGUI.php.
Referenced by getCommandsStatus().
|
staticprotected |
Definition at line 69 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 160 of file class.ilObjectListGUI.php.
Referenced by ilOrgUnitExtensionListGUI\isCommentsActivated().
|
protected |
Definition at line 161 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 127 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 187 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 180 of file class.ilObjectListGUI.php.
Referenced by getContainerObject(), and setContainerObject().
|
protected |
Definition at line 93 of file class.ilObjectListGUI.php.
Referenced by ilObjFileListGUI\__construct().
|
protected |
Definition at line 102 of file class.ilObjectListGUI.php.
Referenced by getCopyStatus().
|
protected |
Definition at line 89 of file class.ilObjectListGUI.php.
Referenced by ilObjWorkspaceRootFolderListGUI\getCommandLink(), ilObjBookingPoolListGUI\getCommandLink(), ilObjFolderListGUI\getCommandLink(), ilObjLearningModuleListGUI\getCommandLink(), ilObjItemGroupListGUI\getCommandLink(), ilObjCategoryListGUI\getCommandLink(), ilObjCategoryReferenceListGUI\getCommandLink(), and ilObjBlogListGUI\insertCommand().
|
protected |
Definition at line 176 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 124 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 126 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 122 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 99 of file class.ilObjectListGUI.php.
Referenced by getCutStatus().
|
protected |
Definition at line 184 of file class.ilObjectListGUI.php.
Referenced by getDefaultCommand().
|
protected |
Definition at line 178 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 98 of file class.ilObjectListGUI.php.
Referenced by getDeleteStatus().
|
protected |
Definition at line 193 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\addCommandLinkParameter(), getDescription(), ilObjCourseListGUI\initItem(), ilObjSAHSLearningModuleListGUI\initItem(), and ilObjTestListGUI\initItem().
|
protected |
Definition at line 118 of file class.ilObjectListGUI.php.
Referenced by getDescriptionStatus().
|
protected |
Definition at line 151 of file class.ilObjectListGUI.php.
Referenced by getDetailsLevel().
|
protected |
Definition at line 131 of file class.ilObjectListGUI.php.
Referenced by getDownloadCheckboxState().
|
protected |
Definition at line 148 of file class.ilObjectListGUI.php.
Referenced by getExpandStatus().
|
protected |
Definition at line 111 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 75 of file class.ilObjectListGUI.php.
Referenced by enableRating().
|
protected |
Definition at line 169 of file class.ilObjectListGUI.php.
Referenced by isVisibleOnlyForced().
|
protected |
Definition at line 107 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 179 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 85 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 138 of file class.ilObjectListGUI.php.
Referenced by getIconStatus().
|
protected |
Definition at line 105 of file class.ilObjectListGUI.php.
Referenced by ilObjContentPageListGUI\getInfoScreenStatus(), ilObjCategoryListGUI\getInfoScreenStatus(), and getInfoScreenStatus().
|
protected |
Definition at line 149 of file class.ilObjectListGUI.php.
Referenced by isExpanded().
|
protected |
Definition at line 142 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 141 of file class.ilObjectListGUI.php.
Referenced by getItemDetailLinkStatus().
|
protected |
Definition at line 143 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 71 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 110 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 101 of file class.ilObjectListGUI.php.
Referenced by getLinkStatus().
|
protected |
Definition at line 90 of file class.ilObjectListGUI.php.
Referenced by ilObjItemGroupListGUI\__construct(), ilObjCourseVerificationListGUI\getProperties(), ilObjTestVerificationListGUI\getProperties(), ilObjExerciseVerificationListGUI\getProperties(), ilObjSCORMVerificationListGUI\getProperties(), ilObjWikiListGUI\getProperties(), ilObjCmiXapiVerificationListGUI\getProperties(), ilObjBibliographicListGUI\getProperties(), ilObjSurveyListGUI\getProperties(), ilObjRemoteCourseListGUI\getProperties(), ilObjRemoteFileListGUI\getProperties(), ilObjFileBasedLMListGUI\getProperties(), ilObjCategoryReferenceListGUI\getProperties(), ilObjLearningModuleListGUI\getProperties(), ilObjSAHSLearningModuleListGUI\getProperties(), ilObjGroupReferenceListGUI\getProperties(), ilObjCourseReferenceListGUI\getProperties(), and ilObjLTIConsumerListGUI\insertIconsAndCheckboxes().
|
protected |
Definition at line 174 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 175 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 87 of file class.ilObjectListGUI.php.
Referenced by getHeaderAction().
|
protected |
Definition at line 91 of file class.ilObjectListGUI.php.
Referenced by getMode(), ilObjSurveyListGUI\getProperties(), isMode(), and setMode().
|
protected |
Definition at line 130 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 162 of file class.ilObjectListGUI.php.
|
private |
Definition at line 74 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 188 of file class.ilObjectListGUI.php.
Referenced by getNoticeProperties().
|
protected |
Definition at line 104 of file class.ilObjectListGUI.php.
Referenced by getNoticePropertiesStatus().
|
protected |
Definition at line 82 of file class.ilObjectListGUI.php.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), and insertLinkCommand().
|
protected |
Definition at line 132 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\addCommandLinkParameter(), ilObjStudyProgrammeReferenceListGUI\checkCommandAccess(), ilObjCategoryReferenceListGUI\checkCommandAccess(), ilObjGroupListGUI\checkCommandAccess(), ilObjCourseReferenceListGUI\checkCommandAccess(), ilObjCourseListGUI\checkCommandAccess(), ilObjGroupReferenceListGUI\checkCommandAccess(), ilObjFileListGUI\checkCommandAccess(), determineProperties(), ilObjSessionListGUI\getAppointmentInfo(), ilObjFileBasedLMListGUI\getCommandFrame(), getHeaderAction(), ilObjCmiXapiListGUI\getProperties(), ilObjCourseListGUI\getProperties(), ilObjGroupListGUI\getProperties(), ilObjTestListGUI\getProperties(), ilObjSAHSLearningModuleListGUI\getProperties(), ilObjLTIConsumerListGUI\getProperties(), ilObjOrgUnitListGUI\getTypeIcon(), ilObjStudyProgrammeReferenceListGUI\initItem(), ilObjCategoryReferenceListGUI\initItem(), ilObjCourseReferenceListGUI\initItem(), ilObjGroupReferenceListGUI\initItem(), initItem(), ilCourseObjectiveListGUI\insertProgressInfo(), ilCourseObjectiveListGUI\insertTitle(), and setConditionTarget().
|
protected |
Definition at line 80 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 81 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 171 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 92 of file class.ilObjectListGUI.php.
Referenced by getPathStatus().
Definition at line 177 of file class.ilObjectListGUI.php.
Referenced by enablePath().
|
protected |
Definition at line 146 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 183 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 140 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 191 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 182 of file class.ilObjectListGUI.php.
Referenced by setPositionInputField().
|
protected |
Definition at line 119 of file class.ilObjectListGUI.php.
Referenced by getPreconditionsStatus().
|
staticprotected |
Definition at line 70 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 186 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 170 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 103 of file class.ilObjectListGUI.php.
Referenced by getProgressInfoStatus().
|
protected |
Definition at line 120 of file class.ilObjectListGUI.php.
Referenced by getPropertiesStatus().
|
protected |
Definition at line 165 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 167 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 164 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 166 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 88 of file class.ilObjectListGUI.php.
Referenced by ilObjFileBasedLMListGUI\getProperties(), ilObjLearningModuleListGUI\getProperties(), and ilObjSAHSLearningModuleListGUI\getProperties().
|
protected |
Definition at line 133 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\addCommandLinkParameter(), checkCommandAccess(), ilRemoteObjectBaseListGUI\createDefaultCommand(), determineProperties(), ilRemoteObjectBaseListGUI\getAsCard(), getCommandId(), ilObjFileBasedLMListGUI\getCommandLink(), ilObjGlossaryListGUI\getCommandLink(), ilObjSAHSLearningModuleListGUI\getCommandLink(), ilObjStudyProgrammeReferenceListGUI\getCommandLink(), ilObjStudyProgrammeReferenceListGUI\initItem(), ilObjCategoryReferenceListGUI\initItem(), ilObjGroupReferenceListGUI\initItem(), ilObjCourseReferenceListGUI\initItem(), initItem(), insertCommonSocialCommands(), ilRemoteObjectBaseListGUI\insertTitle(), and setConditionTarget().
|
protected |
Definition at line 153 of file class.ilObjectListGUI.php.
Referenced by determineProperties().
|
protected |
Definition at line 152 of file class.ilObjectListGUI.php.
Referenced by determineProperties(), and insertCommonSocialCommands().
|
protected |
Definition at line 95 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 147 of file class.ilObjectListGUI.php.
Referenced by getRelevance().
|
protected |
Definition at line 157 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 94 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 114 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 113 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 112 of file class.ilObjectListGUI.php.
Referenced by insertMultiDownloadCommand().
|
protected |
Definition at line 159 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 145 of file class.ilObjectListGUI.php.
Referenced by getSearchFragment().
|
protected |
Definition at line 155 of file class.ilObjectListGUI.php.
Referenced by getSearchFragmentStatus().
|
protected |
Definition at line 144 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 154 of file class.ilObjectListGUI.php.
Referenced by getSeparateCommands().
|
protected |
Definition at line 84 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 158 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 97 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 128 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 129 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 134 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 135 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 100 of file class.ilObjectListGUI.php.
Referenced by getSubscribeStatus().
|
protected |
Definition at line 136 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 137 of file class.ilObjectListGUI.php.
Referenced by getSubstitutionStatus().
|
staticprotected |
Definition at line 68 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 163 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 168 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 192 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\addCommandLinkParameter(), getTitle(), ilObjCourseListGUI\initItem(), ilObjSAHSLearningModuleListGUI\initItem(), and ilObjTestListGUI\initItem().
|
protected |
Definition at line 172 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 173 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 181 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 73 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 72 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 83 of file class.ilObjectListGUI.php.
Referenced by ilObjCategoryReferenceListGUI\getProperties(), ilObjCourseReferenceListGUI\getProperties(), ilObjGroupReferenceListGUI\getProperties(), ilObjCategoryReferenceListGUI\initItem(), ilObjGroupReferenceListGUI\initItem(), and ilObjCourseReferenceListGUI\initItem().
|
protected |
Definition at line 106 of file class.ilObjectListGUI.php.
Referenced by ilObjTestListGUI\addCommandLinkParameter(), ilObjFileListGUI\getIconImageType(), getIconImageType(), ilObjContentPageListGUI\getProperties(), ilObjSAHSLearningModuleListGUI\getProperties(), ilObjectPluginListGUI\getType(), and setHeaderSubObject().
|
protected |
Definition at line 86 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 79 of file class.ilObjectListGUI.php.
Referenced by ilObjSurveyListGUI\getProperties().
|
protected |
Definition at line 194 of file class.ilObjectListGUI.php.
const ilObjectListGUI::CONTEXT_PERSONAL_DESKTOP = 5 |
Definition at line 59 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeExpandableProgressListGUI\getAccordionContentCoursesHTML(), and ilObjectListGUIPreloader\preload().
const ilObjectListGUI::CONTEXT_REPOSITORY = 1 |
Definition at line 56 of file class.ilObjectListGUI.php.
Referenced by ilClassificationBlockGUI\filterContainer(), ILIAS\Container\StartObjects\Content\ObjectsContent\getData(), ilContainer\getSubItems(), ilCommonActionDispatcherGUI\initHeaderAction(), ilObjectListGUIPreloader\preload(), and ilContainerRenderer\renderItemBlockSequence().
const ilObjectListGUI::CONTEXT_SEARCH = 6 |
Definition at line 60 of file class.ilObjectListGUI.php.
Referenced by ilObjectListGUIPreloader\preload(), and ilSearchResultPresentation\renderItemList().
const ilObjectListGUI::CONTEXT_WORKSPACE = 2 |
Definition at line 57 of file class.ilObjectListGUI.php.
Referenced by ilObjWorkspaceFolderTableGUI\fillRow(), ilWorkspaceContentGUI\getItemHTML(), ilObjWorkspaceFolderTableGUI\getItems(), ilWorkspaceContentGUI\getItems(), and ilCommonActionDispatcherGUI\initHeaderAction().
const ilObjectListGUI::CONTEXT_WORKSPACE_SHARING = 4 |
Definition at line 58 of file class.ilObjectListGUI.php.
const ilObjectListGUI::DETAILS_ALL = 30 |
Definition at line 54 of file class.ilObjectListGUI.php.
Referenced by ilObjWorkspaceFolderTableGUI\fillRow(), ilWorkspaceContentGUI\getItemHTML(), ilObjForumListGUI\getProperties(), ilObjSessionListGUI\getProperties(), ILIAS\Containter\Content\ItemRenderer\renderItem(), and ilContainerContentGUI\renderItem().
const ilObjectListGUI::DETAILS_MINIMAL = 10 |
Definition at line 52 of file class.ilObjectListGUI.php.
Referenced by ilObjSessionListGUI\getProperties(), ILIAS\Containter\Content\ItemRenderer\renderItem(), and ilContainerContentGUI\renderItem().
const ilObjectListGUI::DETAILS_SEARCH = 20 |
Definition at line 53 of file class.ilObjectListGUI.php.
const ilObjectListGUI::DOWNLOAD_CHECKBOX_DISABLED = 2 |
Definition at line 64 of file class.ilObjectListGUI.php.
const ilObjectListGUI::DOWNLOAD_CHECKBOX_ENABLED = 1 |
Definition at line 63 of file class.ilObjectListGUI.php.
const ilObjectListGUI::DOWNLOAD_CHECKBOX_NONE = 0 |
Definition at line 62 of file class.ilObjectListGUI.php.
const ilObjectListGUI::IL_LIST_AS_TRIGGER = 'trigger' |
Definition at line 49 of file class.ilObjectListGUI.php.
const ilObjectListGUI::IL_LIST_FULL = 'full' |
Definition at line 50 of file class.ilObjectListGUI.php.