ILIAS
release_8 Revision v8.19
|
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) | |
enableRelevance (bool $status) | |
enabledRelevance () | |
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... | |
insertRelevance () | |
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 () | |
insertCommands (bool $use_async=false, bool $get_async_commands=false, string $async_url="", bool $header_actions=false) | |
insert all commands into html code 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 $wtarget) | |
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... | |
storeAccessCache () | |
getListItemHTML (int $ref_id, int $obj_id, string $title, string $description, bool $use_async=false, bool $get_async_commands=false, string $async_url="") | |
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 () | |
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) | |
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... | |
getTileImagePath () | |
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 = "Services/Container" |
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 41 of file class.ilObjectListGUI.php.
ilObjectListGUI::addCustomCommand | ( | string | $link, |
string | $lang_var, | ||
string | $frame = "" , |
||
string | $onclick = "" |
||
) |
Definition at line 954 of file class.ilObjectListGUI.php.
Definition at line 964 of file class.ilObjectListGUI.php.
ilObjectListGUI::addCustomProperty | ( | string | $property = "" , |
string | $value = "" , |
||
bool | $alert = false , |
||
bool | $newline = false |
||
) |
Definition at line 908 of file class.ilObjectListGUI.php.
Referenced by ilObjectActivation\addListGUIActivationProperty(), getListItemHTML(), ilObjRemoteWikiListGUI\getProperties(), ilObjRemoteGroupListGUI\getProperties(), ilObjRemoteTestListGUI\getProperties(), ilObjRemoteCourseListGUI\getProperties(), ilObjRemoteCategoryListGUI\getProperties(), ilObjRemoteLearningModuleListGUI\getProperties(), ilObjRemoteGlossaryListGUI\getProperties(), and ilObjRemoteFileListGUI\getProperties().
ilObjectListGUI::addHeaderGlyph | ( | string | $id, |
ILIAS\UI\Component\Symbol\Glyph\Glyph | $glyph, | ||
$onclick = null |
|||
) |
Definition at line 2354 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 2332 of file class.ilObjectListGUI.php.
ilObjectListGUI::addHeaderIconHTML | ( | string | $id, |
string | $html | ||
) |
Definition at line 2349 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 487 of file class.ilObjectListGUI.php.
ilObjectListGUI::adminCommandsIncluded | ( | ) |
returns whether any admin commands (link, delete, cut) are included in the output
Definition at line 2753 of file class.ilObjectListGUI.php.
References $adm_commands_included.
ilObjectListGUI::appendRepositoryFrameParameter | ( | string | $link | ) |
workaround: all links into the repository (from outside) must tell repository to set up the frameset
Definition at line 2545 of file class.ilObjectListGUI.php.
References ilUtil\appendUrlParameterString(), and ILIAS\Repository\refinery().
Referenced by insertCommands(), and insertTitle().
|
protected |
Definition at line 1160 of file class.ilObjectListGUI.php.
References ilWorkspaceAccessHandler\getGotoLink().
Referenced by insertTitle().
ilObjectListGUI::checkCommandAccess | ( | string | $permission, |
string | $cmd, | ||
int | $ref_id, | ||
string | $type, | ||
?int | $obj_id = null |
||
) |
Definition at line 673 of file class.ilObjectListGUI.php.
References $access, $ref_id, ILIAS\Repository\access(), ilRBACAccessHandler\checkAccess(), and isVisibleOnlyForced().
Referenced by getCommands(), getListItemHTML(), insertCopyCommand(), insertCutCommand(), insertDeleteCommand(), insertLinkCommand(), insertSubscribeCommand(), insertTimingsCommand(), and isCommentsActivated().
ilObjectListGUI::checkInfoPageOnAsynchronousRendering | ( | ) |
Definition at line 3429 of file class.ilObjectListGUI.php.
Referenced by insertCommands().
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 768 of file class.ilObjectListGUI.php.
References $name, $params, and ilLink\_getStaticLink().
Referenced by insertCommands().
ilObjectListGUI::determineProperties | ( | ) |
Definition at line 1279 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 getAsCard(), getAsListItem(), and insertProperties().
ilObjectListGUI::disableTitleLink | ( | bool | $status | ) |
Definition at line 753 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableCheckbox | ( | bool | $status | ) |
Definition at line 354 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 456 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), getAsCard(), and getAsListItem().
ilObjectListGUI::enableComments | ( | bool | $value, |
bool | $enable_comments_settings = true |
||
) |
Definition at line 2180 of file class.ilObjectListGUI.php.
References ILIAS\Repository\settings().
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), and getAsListItem().
ilObjectListGUI::enableCopy | ( | bool | $status | ) |
Definition at line 414 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableCut | ( | bool | $status | ) |
Definition at line 404 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableDelete | ( | bool | $status | ) |
Definition at line 394 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableDescription | ( | bool | $status | ) |
Definition at line 299 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableDownloadCheckbox | ( | int | $ref_id | ) |
Definition at line 2276 of file class.ilObjectListGUI.php.
References ILIAS\Repository\access(), and getContainerObject().
ilObjectListGUI::enabledRelevance | ( | ) |
Definition at line 329 of file class.ilObjectListGUI.php.
References $enabled_relevance.
Referenced by getListItemHTML(), and insertRelevance().
ilObjectListGUI::enableExpand | ( | bool | $status | ) |
Definition at line 364 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableIcon | ( | bool | $status | ) |
Definition at line 344 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableInfoScreen | ( | bool | $info_screen | ) |
Definition at line 467 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableItemDetailLinks | ( | bool | $status | ) |
enable item detail links E.g Direct links to chapters or pages
Definition at line 516 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 477 of file class.ilObjectListGUI.php.
References ILIAS\LTI\ToolProvider\$enabled.
Referenced by ilObjFileBasedLMListGUI\init(), and ilObjLearningModuleListGUI\init().
ilObjectListGUI::enableLink | ( | bool | $status | ) |
Definition at line 434 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableLinkedPath | ( | bool | $status | ) |
Definition at line 319 of file class.ilObjectListGUI.php.
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 2230 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableNotes | ( | bool | $value | ) |
Definition at line 2190 of file class.ilObjectListGUI.php.
References ILIAS\Repository\settings().
Referenced by getAsListItem().
ilObjectListGUI::enableNoticeProperties | ( | bool | $status | ) |
Definition at line 289 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enablePath | ( | bool | $path, |
int | $start_node = 0 , |
||
\ilPathGUI | $path_gui = null |
||
) |
ilObjectListGUI::enablePreconditions | ( | bool | $status | ) |
Definition at line 279 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableProgressInfo | ( | bool | $status | ) |
Definition at line 492 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableProperties | ( | bool | $status | ) |
Definition at line 269 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 |
||
) |
Definition at line 2208 of file class.ilObjectListGUI.php.
References $force_rate_parent.
Referenced by getAsListItem().
ilObjectListGUI::enableRelevance | ( | bool | $status | ) |
Definition at line 324 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableRepositoryTransfer | ( | bool | $value | ) |
Enable copy/move to repository (from personal workspace)
Definition at line 655 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableSearchFragments | ( | bool | $status | ) |
Definition at line 309 of file class.ilObjectListGUI.php.
ilObjectListGUI::enableSubscribe | ( | bool | $status | ) |
Definition at line 424 of file class.ilObjectListGUI.php.
Referenced by ilObjCourseGUI\_modifyItemGUI(), ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), and ilStudyProgrammeExpandableProgressListGUI\configureItemGUI().
ilObjectListGUI::enableSubstitutions | ( | bool | $status | ) |
Definition at line 502 of file class.ilObjectListGUI.php.
Referenced by ilObjIndividualAssessmentListGUI\init(), ilObjSessionListGUI\init(), and ilObjGroupListGUI\init().
ilObjectListGUI::enableTags | ( | bool | $value | ) |
Definition at line 2199 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), ilStudyProgrammeExpandableProgressListGUI\configureItemGUI(), getAsListItem(), and ilTaggingClassificationProvider\initListGUI().
ilObjectListGUI::enableTimings | ( | bool | $status | ) |
enable timings link
Definition at line 3096 of file class.ilObjectListGUI.php.
ilObjectListGUI::forceVisibleOnly | ( | bool | $stat | ) |
Definition at line 974 of file class.ilObjectListGUI.php.
ilObjectListGUI::getAdditionalInformation | ( | ) |
Definition at line 632 of file class.ilObjectListGUI.php.
References $additional_information.
Referenced by getListItemHTML().
ilObjectListGUI::getAlertProperties | ( | ) |
Definition at line 932 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 3219 of file class.ilObjectListGUI.php.
References $access, $id, $path, $ref_id, $title, $ui, $user, ilSessionAppointment\_appointmentToString(), ilLink\_getLink(), ilSessionAppointment\_lookupAppointment(), ilLPStatus\_lookupPercentage(), ilRBACAccessHandler\checkAccessOfUser(), determineProperties(), enableCommands(), ILIAS\DI\UIServices\factory(), getDefaultCommand(), ilObject\getId(), getInfoScreenStatus(), ilLPStatus\getListGUIStatus(), ilObjectPlugin\getPluginObjectByType(), getTileImagePath(), getUniqueItemId(), initItem(), insertCommands(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilLPStatus\LP_STATUS_COMPLETED_NUM, modifySAHSlaunch(), ILIAS\DI\UIServices\renderer(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
ilObjectListGUI::getAsListItem | ( | int | $ref_id, |
int | $obj_id, | ||
string | $type, | ||
string | $title, | ||
string | $description | ||
) |
Get list item ui object.
Definition at line 3104 of file class.ilObjectListGUI.php.
References $id, $ui, ilObject\_getIcon(), determineProperties(), enableCommands(), enableComments(), enableNotes(), enableRating(), enableTags(), ILIAS\DI\UIServices\factory(), getDefaultCommand(), getTitle(), initItem(), insertCommands(), ILIAS\Repository\lng(), modifySAHSlaunch(), and ILIAS\Repository\ui().
ilObjectListGUI::getCheckboxStatus | ( | ) |
Definition at line 359 of file class.ilObjectListGUI.php.
References $checkboxes_enabled.
Referenced by ilObjStudyProgrammeListGUI\getListItemHTML(), ilObjStudyProgrammeReferenceListGUI\getListItemHTML(), ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), and 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 830 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 622 of file class.ilObjectListGUI.php.
References $ref_id.
Referenced by getCommandLink(), insertCopyCommand(), insertCutCommand(), insertDeleteCommand(), ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), 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 843 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 800 of file class.ilObjectListGUI.php.
References $DIC, ilDAVActivationChecker\_isActive(), ILIAS\Repository\ctrl(), getCommandId(), and ilWebDAVUriBuilder\getUriToMountInstructionModalByRef().
Referenced by getCommands(), ilObjBlogListGUI\insertCommand(), insertInfoScreenCommand(), and insertLPCommand().
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 1007 of file class.ilObjectListGUI.php.
References $txt, ILIAS\Repository\access(), ANONYMOUS_USER_ID, checkCommandAccess(), getCommandFrame(), getCommandImage(), getCommandLink(), and ILIAS\Repository\user().
Referenced by insertCommands().
ilObjectListGUI::getCommandsHTML | ( | ) |
Get commands HTML (must be called after get list item html)
Definition at line 2982 of file class.ilObjectListGUI.php.
References insertCommands().
ilObjectListGUI::getCommandsStatus | ( | ) |
Definition at line 462 of file class.ilObjectListGUI.php.
References $commands_enabled.
Referenced by getListItemHTML(), insertCommands(), ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), ilCourseObjectiveListGUI\insertTitle(), and insertTitle().
ilObjectListGUI::getContainerObject | ( | ) |
Definition at line 239 of file class.ilObjectListGUI.php.
References $container_obj.
Referenced by enableDownloadCheckbox(), getListItemHTML(), insertCutCommand(), insertDeleteCommand(), insertLinkCommand(), insertMultiDownloadCommand(), insertPasteCommand(), ilCourseObjectiveListGUI\insertProgressInfo(), insertSubscribeCommand(), and ilCourseObjectiveListGUI\insertTitle().
ilObjectListGUI::getCopyStatus | ( | ) |
ilObjectListGUI::getCustomProperties | ( | array | $prop | ) |
Definition at line 922 of file class.ilObjectListGUI.php.
Referenced by determineProperties().
ilObjectListGUI::getCutStatus | ( | ) |
ilObjectListGUI::getDefaultCommand | ( | ) |
Definition at line 668 of file class.ilObjectListGUI.php.
References $default_command.
Referenced by getAsCard(), and getAsListItem().
ilObjectListGUI::getDeleteStatus | ( | ) |
ilObjectListGUI::getDescription | ( | ) |
getDescription overwritten in class.ilObjLinkResourceList.php
Definition at line 589 of file class.ilObjectListGUI.php.
References $description.
Referenced by insertDescription().
ilObjectListGUI::getDescriptionStatus | ( | ) |
Definition at line 304 of file class.ilObjectListGUI.php.
References $description_enabled.
Referenced by getListItemHTML().
ilObjectListGUI::getDetailsLevel | ( | ) |
Definition at line 647 of file class.ilObjectListGUI.php.
References $details_level.
Referenced by ilObjForumListGUI\getProperties(), and ilObjSessionListGUI\getProperties().
ilObjectListGUI::getDownloadCheckboxState | ( | ) |
Definition at line 2293 of file class.ilObjectListGUI.php.
References $download_checkbox_state.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), and insertIconsAndCheckboxes().
ilObjectListGUI::getExpandStatus | ( | ) |
Definition at line 369 of file class.ilObjectListGUI.php.
References $expand_enabled.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), and insertIconsAndCheckboxes().
ilObjectListGUI::getHeaderAction | ( | ilGlobalTemplateInterface | $main_tpl = null | ) |
Definition at line 2364 of file class.ilObjectListGUI.php.
References $ajax_hash, $DIC, Vendor\Package\$f, $id, $obj_id, ilObject\_lookupTitle(), ilObject\_lookupType(), addHeaderGlyph(), addHeaderIconHTML(), ilTooltipGUI\addTooltip(), ILIAS\Repository\ctrl(), ilNoteGUI\getListCommentsJSCall(), ilNoteGUI\getListNotesJSCall(), ilTaggingGUI\getListTagsJSCall(), ilTagging\getTagsForUserAndObject(), ilUtil\img(), insertCommands(), isCommentsActivated(), ILIAS\Repository\lng(), 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 1074 of file class.ilObjectListGUI.php.
References $type.
Referenced by ilObjLTIConsumerListGUI\getIconHref(), ilObjOrgUnitListGUI\getTypeIcon(), getTypeIcon(), ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), and insertIconsAndCheckboxes().
ilObjectListGUI::getIconStatus | ( | ) |
Definition at line 349 of file class.ilObjectListGUI.php.
References $icons_enabled.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), and insertIconsAndCheckboxes().
ilObjectListGUI::getInfoScreenStatus | ( | ) |
Definition at line 472 of file class.ilObjectListGUI.php.
References $info_screen_enabled.
Referenced by getAsCard(), and insertCommands().
ilObjectListGUI::getItemDetailLinkStatus | ( | ) |
get item detail link status
Definition at line 524 of file class.ilObjectListGUI.php.
References $item_detail_links_enabled.
Referenced by getListItemHTML().
ilObjectListGUI::getLinkStatus | ( | ) |
ilObjectListGUI::getListItemHTML | ( | int | $ref_id, |
int | $obj_id, | ||
string | $title, | ||
string | $description, | ||
bool | $use_async = false , |
||
bool | $get_async_commands = false , |
||
string | $async_url = "" |
||
) |
Get all item information (title, commands, description) in HTML.
Definition at line 2772 of file class.ilObjectListGUI.php.
References $ref_id, ilObjFileAccess\_isFileHidden(), ilObject\_lookupType(), addCustomProperty(), checkCommandAccess(), ILIAS\Repository\ctrl(), enabledRelevance(), getAdditionalInformation(), getCommandsStatus(), getContainerObject(), getDescriptionStatus(), getItemDetailLinkStatus(), getNoticePropertiesStatus(), getPreconditionsStatus(), getProgressInfoStatus(), getPropertiesStatus(), getSearchFragmentStatus(), getSeparateCommands(), getUniqueItemId(), ilRating\hasRatingInListGUI(), initItem(), insertCommands(), insertDescription(), insertIconsAndCheckboxes(), insertItemDetailLinks(), insertNoticeProperties(), insertPath(), insertPositionField(), insertPreconditions(), insertProgressInfo(), insertProperties(), insertRelevance(), insertSearchFragment(), insertSubItems(), insertTitle(), isMode(), resetCustomData(), storeAccessCache(), and ILIAS\Repository\user().
Referenced by ilObjStudyProgrammeReferenceListGUI\getListItemHTML().
ilObjectListGUI::getMode | ( | ) |
get output mode
Definition at line 1255 of file class.ilObjectListGUI.php.
References $mode.
ilObjectListGUI::getNoticeProperties | ( | ) |
Definition at line 943 of file class.ilObjectListGUI.php.
References $notice_prop.
Referenced by insertNoticeProperties().
ilObjectListGUI::getNoticePropertiesStatus | ( | ) |
Definition at line 294 of file class.ilObjectListGUI.php.
References $notice_properties_enabled.
Referenced by getListItemHTML().
ilObjectListGUI::getPathStatus | ( | ) |
Definition at line 451 of file class.ilObjectListGUI.php.
References $path_enabled.
Referenced by insertPath().
ilObjectListGUI::getPreconditionsStatus | ( | ) |
Definition at line 284 of file class.ilObjectListGUI.php.
References $preconditions_enabled.
Referenced by getListItemHTML().
ilObjectListGUI::getProgressInfoStatus | ( | ) |
Definition at line 497 of file class.ilObjectListGUI.php.
References $progress_enabled.
Referenced by getListItemHTML().
ilObjectListGUI::getProperties | ( | ) |
Get item properties.
Overwrite this method to add properties at the bottom of the item html
Definition at line 859 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 274 of file class.ilObjectListGUI.php.
References $properties_enabled.
Referenced by getListItemHTML().
ilObjectListGUI::getRelevance | ( | ) |
Definition at line 339 of file class.ilObjectListGUI.php.
References $relevance.
Referenced by insertRelevance().
ilObjectListGUI::getSearchFragment | ( | ) |
Definition at line 602 of file class.ilObjectListGUI.php.
References $search_fragment.
Referenced by insertSearchFragment().
ilObjectListGUI::getSearchFragmentStatus | ( | ) |
Definition at line 314 of file class.ilObjectListGUI.php.
References $search_fragment_enabled.
Referenced by getListItemHTML().
ilObjectListGUI::getSeparateCommands | ( | ) |
Definition at line 612 of file class.ilObjectListGUI.php.
References $separate_commands.
Referenced by getListItemHTML().
ilObjectListGUI::getSubscribeStatus | ( | ) |
ilObjectListGUI::getSubstitutionStatus | ( | ) |
Definition at line 507 of file class.ilObjectListGUI.php.
References $substitutions_enabled.
Referenced by insertDescription().
|
protected |
Definition at line 3434 of file class.ilObjectListGUI.php.
References $img, $path, and ilUtil\getImagePath().
Referenced by getAsCard().
ilObjectListGUI::getTitle | ( | ) |
getTitle overwritten in class.ilObjLinkResourceList.php
Definition at line 573 of file class.ilObjectListGUI.php.
References $title.
Referenced by getAsListItem(), insertCommands(), insertIconsAndCheckboxes(), ilCourseObjectiveListGUI\insertTitle(), and insertTitle().
ilObjectListGUI::getTypeIcon | ( | ) |
Get object type specific type icon.
Definition at line 2720 of file class.ilObjectListGUI.php.
References getIconImageType().
Referenced by insertIconsAndCheckboxes().
ilObjectListGUI::getUniqueItemId | ( | bool | $as_div = false | ) |
Get unique item identifier (for js-actions)
bool | $a_as_div |
Definition at line 2955 of file class.ilObjectListGUI.php.
References $condition_depth, $parent_ref_id, $ref_id, and $reference_ref_id.
Referenced by getAsCard(), getListItemHTML(), and insertCommands().
ilObjectListGUI::init | ( | ) |
initialisation
this method should be overwritten by derived classes
Definition at line 250 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 713 of file class.ilObjectListGUI.php.
References $obj_id, $ref_id, ilCommonActionDispatcherGUI\buildAjaxHash(), setAjaxHash(), setDescription(), setTitle(), ilCommonActionDispatcherGUI\TYPE_REPOSITORY, and ilCommonActionDispatcherGUI\TYPE_WORKSPACE.
Referenced by getAsCard(), getAsListItem(), getListItemHTML(), and ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertCommand | ( | string | $href, |
string | $text, | ||
string | $frame = "" , |
||
string | $img = "" , |
||
string | $cmd = "" , |
||
string | $onclick = "" |
||
) |
insert command button
Definition at line 1623 of file class.ilObjectListGUI.php.
References $img, and ilWebDAVMountInstructionsModalGUI\maybeRenderWebDAVModalInGlobalTpl().
Referenced by insertCommands(), insertCommonSocialCommands(), insertCopyCommand(), insertCutCommand(), insertDeleteCommand(), ilObjOrgUnitListGUI\insertInfoScreenCommand(), insertInfoScreenCommand(), insertLinkCommand(), insertLPCommand(), insertMultiDownloadCommand(), insertPasteCommand(), insertSubscribeCommand(), and insertTimingsCommand().
ilObjectListGUI::insertCommands | ( | bool | $use_async = false , |
bool | $get_async_commands = false , |
||
string | $async_url = "" , |
||
bool | $header_actions = false |
||
) |
insert all commands into html code
Definition at line 1989 of file class.ilObjectListGUI.php.
References $txt, ilContainer\_lookupContainerSetting(), ANONYMOUS_USER_ID, appendRepositoryFrameParameter(), checkInfoPageOnAsynchronousRendering(), createDefaultCommand(), ILIAS\Repository\ctrl(), ilAdvancedSelectionListGUI\DOWN_ARROW_DARK, getCommands(), getCommandsStatus(), getInfoScreenStatus(), getTitle(), getUniqueItemId(), ilObjectServiceSettingsGUI\INFO_TAB_VISIBILITY, insertCommand(), insertCommonSocialCommands(), insertCopyCommand(), insertCutCommand(), insertDeleteCommand(), insertInfoScreenCommand(), insertLinkCommand(), insertLPCommand(), insertMultiDownloadCommand(), insertPasteCommand(), insertSubscribeCommand(), insertTimingsCommand(), isMode(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by getAsCard(), getAsListItem(), getCommandsHTML(), getHeaderAction(), and getListItemHTML().
ilObjectListGUI::insertCommonSocialCommands | ( | bool | $header_actions = false | ) |
Insert common social commands (comments, notes, tagging)
Definition at line 1886 of file class.ilObjectListGUI.php.
References $ref_id, $reference_ref_id, ANONYMOUS_USER_ID, getCommandFrame(), ilNoteGUI\getListCommentsJSCall(), ilNoteGUI\getListNotesJSCall(), ilTaggingGUI\getListTagsJSCall(), insertCommand(), isCommentsActivated(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by insertCommands().
ilObjectListGUI::insertCopyCommand | ( | bool | $to_repository = false | ) |
Definition at line 1769 of file class.ilObjectListGUI.php.
References checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), insertCommand(), and ILIAS\Repository\lng().
Referenced by insertCommands().
ilObjectListGUI::insertCutCommand | ( | bool | $to_repository = false | ) |
Definition at line 1728 of file class.ilObjectListGUI.php.
References checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), and ILIAS\Repository\lng().
Referenced by insertCommands().
ilObjectListGUI::insertDeleteCommand | ( | ) |
Definition at line 1659 of file class.ilObjectListGUI.php.
References checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), and ILIAS\Repository\lng().
Referenced by insertCommands().
ilObjectListGUI::insertDescription | ( | ) |
Definition at line 1196 of file class.ilObjectListGUI.php.
References $d, getDescription(), getSubstitutionStatus(), and insertSubstitutions().
Referenced by getListItemHTML(), and ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertIconsAndCheckboxes | ( | ) |
Definition at line 2649 of file class.ilObjectListGUI.php.
References ILIAS\Repository\ctrl(), getCheckboxStatus(), getCommandId(), getDownloadCheckboxState(), getExpandStatus(), getIconImageType(), getIconStatus(), ilUtil\getImagePath(), getTitle(), getTypeIcon(), isExpanded(), ILIAS\Repository\lng(), and ilObjectPlugin\lookupTxtById().
Referenced by getListItemHTML(), and ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertInfoScreenCommand | ( | ) |
Definition at line 1870 of file class.ilObjectListGUI.php.
References getCommandFrame(), getCommandLink(), ilUtil\getImagePath(), insertCommand(), and ILIAS\Repository\lng().
Referenced by insertCommands().
ilObjectListGUI::insertItemDetailLinks | ( | ) |
Definition at line 540 of file class.ilObjectListGUI.php.
Referenced by getListItemHTML().
ilObjectListGUI::insertLinkCommand | ( | ) |
Definition at line 1689 of file class.ilObjectListGUI.php.
References $obj_definition, checkCommandAccess(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), and ILIAS\Repository\lng().
Referenced by insertCommands().
ilObjectListGUI::insertLPCommand | ( | ) |
insert learning progress command
Definition at line 3451 of file class.ilObjectListGUI.php.
References getCommandLink(), ilLPStatus\hasListGUIStatus(), insertCommand(), and ILIAS\Repository\lng().
Referenced by insertCommands().
ilObjectListGUI::insertMultiDownloadCommand | ( | ) |
Definition at line 2239 of file class.ilObjectListGUI.php.
References $requested_ref_id, ilObject\_lookupType(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getContainerObject(), insertCommand(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by insertCommands().
ilObjectListGUI::insertNoticeProperties | ( | ) |
Definition at line 1457 of file class.ilObjectListGUI.php.
References getNoticeProperties().
Referenced by getListItemHTML().
ilObjectListGUI::insertPasteCommand | ( | ) |
Definition at line 1802 of file class.ilObjectListGUI.php.
References ilObject\_lookupType(), ILIAS\Repository\ctrl(), getCommandId(), getContainerObject(), insertCommand(), and ILIAS\Repository\lng().
Referenced by insertCommands().
ilObjectListGUI::insertPath | ( | ) |
Definition at line 2618 of file class.ilObjectListGUI.php.
References $path_gui, $path_start_node, ilPathGUI\enableTextOnly(), ilPathGUI\getPath(), getPathStatus(), ILIAS\Repository\lng(), ROOT_FOLDER_ID, and ilPathGUI\setUseImages().
Referenced by getListItemHTML().
ilObjectListGUI::insertPositionField | ( | ) |
Definition at line 2739 of file class.ilObjectListGUI.php.
Referenced by getListItemHTML(), and ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertPreconditions | ( | ) |
insert all missing preconditions
Definition at line 1575 of file class.ilObjectListGUI.php.
References $i, ilObject\_lookupTitle(), ILIAS\Repository\lng(), parseConditions(), and ilArrayUtil\sortArray().
Referenced by getListItemHTML().
ilObjectListGUI::insertProgressInfo | ( | ) |
Definition at line 2645 of file class.ilObjectListGUI.php.
Referenced by getListItemHTML().
ilObjectListGUI::insertProperties | ( | ) |
Definition at line 1407 of file class.ilObjectListGUI.php.
References determineProperties().
Referenced by getListItemHTML().
ilObjectListGUI::insertRelevance | ( | ) |
Definition at line 1226 of file class.ilObjectListGUI.php.
References enabledRelevance(), ilProgressBar\getInstance(), and getRelevance().
Referenced by getListItemHTML().
ilObjectListGUI::insertSearchFragment | ( | ) |
Insert highlighted search fragment.
Definition at line 1217 of file class.ilObjectListGUI.php.
References getSearchFragment().
Referenced by getListItemHTML().
ilObjectListGUI::insertSubItems | ( | ) |
Definition at line 2730 of file class.ilObjectListGUI.php.
Referenced by getListItemHTML(), and ilCourseObjectiveListGUI\getObjectiveListItemHTML().
ilObjectListGUI::insertSubscribeCommand | ( | ) |
Definition at line 1823 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 insertCommands().
ilObjectListGUI::insertSubstitutions | ( | ) |
Definition at line 1173 of file class.ilObjectListGUI.php.
References $data.
Referenced by insertDescription().
ilObjectListGUI::insertTimingsCommand | ( | ) |
Definition at line 1941 of file class.ilObjectListGUI.php.
References checkCommandAccess(), ILIAS\Repository\ctrl(), insertCommand(), and ILIAS\Repository\lng().
Referenced by insertCommands().
ilObjectListGUI::insertTitle | ( | ) |
Definition at line 1079 of file class.ilObjectListGUI.php.
References $access, $preview, appendRepositoryFrameParameter(), buildGotoLink(), ilPreviewGUI\CONTEXT_REPOSITORY, ilPreviewGUI\CONTEXT_WORKSPACE, getCommandsStatus(), ilUtil\getImagePath(), getTitle(), ilPreview\hasPreview(), ILIAS\Repository\lng(), ilPreview\lookupRenderStatus(), modifySAHSlaunch(), modifyTitleLink(), and ilPreview\RENDER_STATUS_NONE.
Referenced by getListItemHTML().
|
protected |
Check comments status against comments settings and context.
Definition at line 3065 of file class.ilObjectListGUI.php.
References checkCommandAccess().
Referenced by determineProperties(), getHeaderAction(), and insertCommonSocialCommands().
ilObjectListGUI::isExpanded | ( | ) |
Definition at line 379 of file class.ilObjectListGUI.php.
References $is_expanded.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), and insertIconsAndCheckboxes().
ilObjectListGUI::isMode | ( | string | $mode | ) |
check current output mode
string | $mode | (self::IL_LIST_FULL | self::IL_LIST_AS_TRIGGER) |
Definition at line 1274 of file class.ilObjectListGUI.php.
References $mode.
Referenced by getListItemHTML(), and insertCommands().
ilObjectListGUI::isSideBlock | ( | ) |
Returns whether current item is a block in a side column or not.
Definition at line 2990 of file class.ilObjectListGUI.php.
ilObjectListGUI::isTitleBold | ( | ) |
ilObjectListGUI::isVisibleOnlyForced | ( | ) |
Definition at line 979 of file class.ilObjectListGUI.php.
References $force_visible_only.
Referenced by checkCommandAccess().
ilObjectListGUI::modifySAHSlaunch | ( | string | $link, |
string | $wtarget | ||
) |
workaround: SAHS in new javavasript-created window or iframe
Definition at line 2584 of file class.ilObjectListGUI.php.
Referenced by getAsCard(), getAsListItem(), and insertTitle().
|
protected |
Definition at line 2561 of file class.ilObjectListGUI.php.
References $name, and $params.
Referenced by insertTitle().
|
protected |
Definition at line 1469 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().
|
static |
Definition at line 3005 of file class.ilObjectListGUI.php.
References $DIC, $ilSetting, $ilUser, ilTagging\_countTags(), ilTagging\_getListTagsForObjects(), and ilLanguage\loadLanguageModule().
Referenced by ilObjectListGUIPreloader\preload().
|
static |
Insert js/ajax links into template.
Definition at line 2301 of file class.ilObjectListGUI.php.
References $DIC, and ilTaggingGUI\initJavascript().
Referenced by ilWikiPageGUI\addHeaderAction(), ilLMPresentationGUI\getHeaderAction(), ilObjectGUI\initHeaderAction(), ilObject2GUI\initHeaderAction(), ilObjWorkspaceFolderGUI\render(), and ilObjRootFolderGUI\renderObject().
ilObjectListGUI::resetConditionTarget | ( | ) |
Definition at line 748 of file class.ilObjectListGUI.php.
|
protected |
reset properties and commands
Definition at line 2931 of file class.ilObjectListGUI.php.
Referenced by getListItemHTML().
ilObjectListGUI::restrictToGoto | ( | bool | $value | ) |
Restrict all actions/links to goto.
Definition at line 663 of file class.ilObjectListGUI.php.
ilObjectListGUI::setAdditionalInformation | ( | ?string | $val | ) |
Definition at line 627 of file class.ilObjectListGUI.php.
Referenced by ilSearchResultPresentation\appendAdditionalInformation(), ilObjStudyProgrammeListGUI\getListItemHTML(), and ilObjStudyProgrammeReferenceListGUI\getListItemHTML().
ilObjectListGUI::setAjaxHash | ( | string | $hash | ) |
Definition at line 2359 of file class.ilObjectListGUI.php.
Referenced by initItem().
ilObjectListGUI::setBoldTitle | ( | bool | $bold_title | ) |
ilObjectListGUI::setConditionDepth | ( | int | $depth | ) |
set depth for precondition output (stops at level 5)
Definition at line 1263 of file class.ilObjectListGUI.php.
ilObjectListGUI::setConditionTarget | ( | int | $ref_id, |
int | $obj_id, | ||
string | $target_type | ||
) |
Definition at line 739 of file class.ilObjectListGUI.php.
References $obj_id, $ref_id, and $target_type.
ilObjectListGUI::setContainerObject | ( | object | $container_obj | ) |
ilObjectListGUI::setDefaultCommandParameters | ( | array | $params | ) |
Definition at line 758 of file class.ilObjectListGUI.php.
References $params.
ilObjectListGUI::setDescription | ( | string | $description | ) |
Definition at line 578 of file class.ilObjectListGUI.php.
References ilObjectGUI\ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION.
Referenced by 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 642 of file class.ilObjectListGUI.php.
ilObjectListGUI::setExpanded | ( | bool | $status | ) |
Definition at line 374 of file class.ilObjectListGUI.php.
ilObjectListGUI::setHeaderSubObject | ( | ?string | $type, |
?int | $id | ||
) |
Definition at line 2326 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 534 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 1245 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 2944 of file class.ilObjectListGUI.php.
References $ref_id.
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 387 of file class.ilObjectListGUI.php.
References $position_value.
ilObjectListGUI::setRelevance | ( | int | $rel | ) |
Definition at line 334 of file class.ilObjectListGUI.php.
ilObjectListGUI::setSearchFragment | ( | string | $text | ) |
string | $text | highlighted search fragment |
Definition at line 597 of file class.ilObjectListGUI.php.
ilObjectListGUI::setSeparateCommands | ( | bool | $val | ) |
Definition at line 607 of file class.ilObjectListGUI.php.
ilObjectListGUI::setTitle | ( | string | $title | ) |
Definition at line 562 of file class.ilObjectListGUI.php.
References ilObjectGUI\ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION.
Referenced by getHeaderAction(), ilObjStudyProgrammeReferenceListGUI\initItem(), and initItem().
ilObjectListGUI::storeAccessCache | ( | ) |
Definition at line 2758 of file class.ilObjectListGUI.php.
References $prevent_access_caching, $ref_id, and ILIAS\Repository\user().
Referenced by getListItemHTML().
|
protected |
Definition at line 181 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 72 of file class.ilObjectListGUI.php.
Referenced by checkCommandAccess(), getAsCard(), ilObjCategoryReferenceListGUI\initItem(), and insertTitle().
|
protected |
Definition at line 71 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 148 of file class.ilObjectListGUI.php.
Referenced by getAdditionalInformation().
|
protected |
Definition at line 176 of file class.ilObjectListGUI.php.
Referenced by adminCommandsIncluded().
|
protected |
Definition at line 180 of file class.ilObjectListGUI.php.
Referenced by getHeaderAction().
|
protected |
Definition at line 142 of file class.ilObjectListGUI.php.
Referenced by isTitleBold(), and setBoldTitle().
|
protected |
Definition at line 130 of file class.ilObjectListGUI.php.
Referenced by getCheckboxStatus().
|
protected |
Definition at line 106 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 60 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 61 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 99 of file class.ilObjectListGUI.php.
Referenced by ilObjLTIConsumerListGUI\getCommandLink(), ilObjBlogListGUI\getCommands(), ilObjTestListGUI\getCommands(), ilObjTestListGUI\handleUserResultsCommand(), and ilObjTestListGUI\removeUserResultsCommand().
|
protected |
Definition at line 112 of file class.ilObjectListGUI.php.
Referenced by getCommandsStatus().
|
staticprotected |
Definition at line 63 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 152 of file class.ilObjectListGUI.php.
Referenced by ilOrgUnitExtensionListGUI\isCommentsActivated().
|
protected |
Definition at line 153 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 118 of file class.ilObjectListGUI.php.
Referenced by getUniqueItemId().
|
protected |
Definition at line 178 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 171 of file class.ilObjectListGUI.php.
Referenced by getContainerObject(), and setContainerObject().
|
protected |
Definition at line 83 of file class.ilObjectListGUI.php.
Referenced by ilObjFileListGUI\__construct().
|
protected |
Definition at line 93 of file class.ilObjectListGUI.php.
Referenced by getCopyStatus().
|
protected |
Definition at line 79 of file class.ilObjectListGUI.php.
Referenced by ilObjFileBasedLMListGUI\getCommandLink(), ilObjWorkspaceRootFolderListGUI\getCommandLink(), ilObjFolderListGUI\getCommandLink(), ilObjBookingPoolListGUI\getCommandLink(), ilObjLearningModuleListGUI\getCommandLink(), ilObjItemGroupListGUI\getCommandLink(), ilObjCategoryListGUI\getCommandLink(), ilObjCategoryReferenceListGUI\getCommandLink(), and ilObjBlogListGUI\insertCommand().
|
protected |
Definition at line 167 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 115 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 117 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 113 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 90 of file class.ilObjectListGUI.php.
Referenced by getCutStatus().
|
protected |
Definition at line 175 of file class.ilObjectListGUI.php.
Referenced by getDefaultCommand().
|
protected |
Definition at line 169 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 89 of file class.ilObjectListGUI.php.
Referenced by getDeleteStatus().
|
protected |
Definition at line 184 of file class.ilObjectListGUI.php.
Referenced by getDescription(), ilObjCourseListGUI\initItem(), and ilObjSAHSLearningModuleListGUI\initItem().
|
protected |
Definition at line 109 of file class.ilObjectListGUI.php.
Referenced by getDescriptionStatus().
|
protected |
Definition at line 143 of file class.ilObjectListGUI.php.
Referenced by getDetailsLevel().
|
protected |
Definition at line 122 of file class.ilObjectListGUI.php.
Referenced by getDownloadCheckboxState().
|
protected |
Definition at line 138 of file class.ilObjectListGUI.php.
Referenced by enabledRelevance().
|
protected |
Definition at line 140 of file class.ilObjectListGUI.php.
Referenced by getExpandStatus().
|
protected |
Definition at line 102 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 69 of file class.ilObjectListGUI.php.
Referenced by enableRating().
|
protected |
Definition at line 161 of file class.ilObjectListGUI.php.
Referenced by isVisibleOnlyForced().
|
protected |
Definition at line 98 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 170 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 129 of file class.ilObjectListGUI.php.
Referenced by getIconStatus().
|
protected |
Definition at line 96 of file class.ilObjectListGUI.php.
Referenced by ilObjContentPageListGUI\getInfoScreenStatus(), ilObjCategoryListGUI\getInfoScreenStatus(), and getInfoScreenStatus().
|
protected |
Definition at line 141 of file class.ilObjectListGUI.php.
Referenced by isExpanded().
|
protected |
Definition at line 133 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 132 of file class.ilObjectListGUI.php.
Referenced by getItemDetailLinkStatus().
|
protected |
Definition at line 134 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 65 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 101 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 92 of file class.ilObjectListGUI.php.
Referenced by getLinkStatus().
|
protected |
Definition at line 80 of file class.ilObjectListGUI.php.
Referenced by ilObjItemGroupListGUI\__construct(), ilObjPortfolioTemplateListGUI\getProperties(), ilObjCourseVerificationListGUI\getProperties(), ilObjTestVerificationListGUI\getProperties(), ilObjExerciseVerificationListGUI\getProperties(), ilObjSCORMVerificationListGUI\getProperties(), ilObjDataCollectionListGUI\getProperties(), ilObjCmiXapiVerificationListGUI\getProperties(), ilObjBibliographicListGUI\getProperties(), ilObjMediaCastListGUI\getProperties(), ilObjSurveyListGUI\getProperties(), ilObjSurveyQuestionPoolListGUI\getProperties(), ilObjWikiListGUI\getProperties(), ilObjBookingPoolListGUI\getProperties(), ilObjRemoteCourseListGUI\getProperties(), ilObjRemoteFileListGUI\getProperties(), ilObjFileBasedLMListGUI\getProperties(), ilObjGlossaryListGUI\getProperties(), ilObjQuestionPoolListGUI\getProperties(), ilObjTestListGUI\getProperties(), ilObjCategoryReferenceListGUI\getProperties(), ilObjGroupReferenceListGUI\getProperties(), ilObjSAHSLearningModuleListGUI\getProperties(), ilObjLearningModuleListGUI\getProperties(), ilObjCourseReferenceListGUI\getProperties(), and ilObjLTIConsumerListGUI\insertIconsAndCheckboxes().
|
protected |
Definition at line 166 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 81 of file class.ilObjectListGUI.php.
Referenced by getMode(), ilObjSurveyListGUI\getProperties(), isMode(), and setMode().
|
protected |
Definition at line 121 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 154 of file class.ilObjectListGUI.php.
|
private |
Definition at line 68 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 179 of file class.ilObjectListGUI.php.
Referenced by getNoticeProperties().
|
protected |
Definition at line 95 of file class.ilObjectListGUI.php.
Referenced by getNoticePropertiesStatus().
|
protected |
Definition at line 74 of file class.ilObjectListGUI.php.
Referenced by ilObjLTIConsumerListGUI\insertIconsAndCheckboxes(), and insertLinkCommand().
|
protected |
Definition at line 123 of file class.ilObjectListGUI.php.
Referenced by ilObjStudyProgrammeReferenceListGUI\checkCommandAccess(), ilObjCategoryReferenceListGUI\checkCommandAccess(), ilObjGroupListGUI\checkCommandAccess(), ilObjGroupReferenceListGUI\checkCommandAccess(), ilObjCourseReferenceListGUI\checkCommandAccess(), ilObjCourseListGUI\checkCommandAccess(), ilObjFileListGUI\checkCommandAccess(), determineProperties(), ilObjSessionListGUI\getAppointmentInfo(), ilObjFileBasedLMListGUI\getCommandFrame(), getHeaderAction(), ilObjCmiXapiListGUI\getProperties(), ilObjCourseListGUI\getProperties(), ilObjGroupListGUI\getProperties(), ilObjSAHSLearningModuleListGUI\getProperties(), ilObjLTIConsumerListGUI\getProperties(), ilObjOrgUnitListGUI\getTypeIcon(), ilObjStudyProgrammeReferenceListGUI\initItem(), ilObjCategoryReferenceListGUI\initItem(), ilObjGroupReferenceListGUI\initItem(), ilObjCourseReferenceListGUI\initItem(), initItem(), ilCourseObjectiveListGUI\insertProgressInfo(), ilCourseObjectiveListGUI\insertTitle(), and setConditionTarget().
|
protected |
Definition at line 84 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 163 of file class.ilObjectListGUI.php.
Referenced by getUniqueItemId().
|
protected |
Definition at line 82 of file class.ilObjectListGUI.php.
Referenced by getPathStatus().
|
protected |
Definition at line 168 of file class.ilObjectListGUI.php.
Referenced by enablePath(), and insertPath().
|
protected |
Definition at line 137 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 174 of file class.ilObjectListGUI.php.
Referenced by insertPath().
|
protected |
Definition at line 131 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 182 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 173 of file class.ilObjectListGUI.php.
Referenced by setPositionInputField().
|
protected |
Definition at line 110 of file class.ilObjectListGUI.php.
Referenced by getPreconditionsStatus().
|
staticprotected |
Definition at line 64 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 177 of file class.ilObjectListGUI.php.
Referenced by storeAccessCache().
|
protected |
Definition at line 162 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 94 of file class.ilObjectListGUI.php.
Referenced by getProgressInfoStatus().
|
protected |
Definition at line 111 of file class.ilObjectListGUI.php.
Referenced by getPropertiesStatus().
|
protected |
Definition at line 157 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 159 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 156 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 158 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 78 of file class.ilObjectListGUI.php.
Referenced by ilObjFileBasedLMListGUI\getProperties(), ilObjSAHSLearningModuleListGUI\getProperties(), and ilObjLearningModuleListGUI\getProperties().
|
protected |
Definition at line 124 of file class.ilObjectListGUI.php.
Referenced by checkCommandAccess(), ilRemoteObjectBaseListGUI\createDefaultCommand(), determineProperties(), ilRemoteObjectBaseListGUI\getAsCard(), getAsCard(), getCommandId(), ilObjFileBasedLMListGUI\getCommandLink(), ilObjGlossaryListGUI\getCommandLink(), ilObjSAHSLearningModuleListGUI\getCommandLink(), ilObjStudyProgrammeReferenceListGUI\getCommandLink(), getListItemHTML(), getUniqueItemId(), ilObjStudyProgrammeReferenceListGUI\initItem(), ilObjCategoryReferenceListGUI\initItem(), ilObjGroupReferenceListGUI\initItem(), ilObjCourseReferenceListGUI\initItem(), initItem(), insertCommonSocialCommands(), ilRemoteObjectBaseListGUI\insertTitle(), modifySAHSlaunch(), setConditionTarget(), setParentRefId(), and storeAccessCache().
|
protected |
Definition at line 145 of file class.ilObjectListGUI.php.
Referenced by determineProperties().
|
protected |
Definition at line 144 of file class.ilObjectListGUI.php.
Referenced by determineProperties(), getUniqueItemId(), and insertCommonSocialCommands().
|
protected |
Definition at line 86 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 139 of file class.ilObjectListGUI.php.
Referenced by getRelevance().
|
protected |
Definition at line 149 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 85 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 105 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 104 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 103 of file class.ilObjectListGUI.php.
Referenced by insertMultiDownloadCommand().
|
protected |
Definition at line 151 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 136 of file class.ilObjectListGUI.php.
Referenced by getSearchFragment().
|
protected |
Definition at line 147 of file class.ilObjectListGUI.php.
Referenced by getSearchFragmentStatus().
|
protected |
Definition at line 135 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 146 of file class.ilObjectListGUI.php.
Referenced by getSeparateCommands().
|
protected |
Definition at line 76 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 150 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 88 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 119 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 120 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 125 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 126 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 91 of file class.ilObjectListGUI.php.
Referenced by getSubscribeStatus().
|
protected |
Definition at line 127 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 128 of file class.ilObjectListGUI.php.
Referenced by getSubstitutionStatus().
|
staticprotected |
Definition at line 62 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 155 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 160 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 183 of file class.ilObjectListGUI.php.
Referenced by getAsCard(), getTitle(), ilObjCourseListGUI\initItem(), and ilObjSAHSLearningModuleListGUI\initItem().
|
protected |
Definition at line 164 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 165 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 172 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 67 of file class.ilObjectListGUI.php.
|
staticprotected |
Definition at line 66 of file class.ilObjectListGUI.php.
|
protected |
Definition at line 75 of file class.ilObjectListGUI.php.
Referenced by ilObjCategoryReferenceListGUI\getProperties(), ilObjGroupReferenceListGUI\getProperties(), ilObjCourseReferenceListGUI\getProperties(), ilObjCategoryReferenceListGUI\initItem(), ilObjGroupReferenceListGUI\initItem(), and ilObjCourseReferenceListGUI\initItem().
|
protected |
Definition at line 97 of file class.ilObjectListGUI.php.
Referenced by ilObjFileListGUI\getIconImageType(), getIconImageType(), ilObjContentPageListGUI\getProperties(), ilObjSAHSLearningModuleListGUI\getProperties(), ilObjectPluginListGUI\getType(), and setHeaderSubObject().
|
protected |
Definition at line 77 of file class.ilObjectListGUI.php.
Referenced by getAsCard(), and getAsListItem().
|
protected |
Definition at line 73 of file class.ilObjectListGUI.php.
Referenced by getAsCard(), and ilObjSurveyListGUI\getProperties().
|
protected |
Definition at line 185 of file class.ilObjectListGUI.php.
const ilObjectListGUI::CONTEXT_PERSONAL_DESKTOP = 5 |
Definition at line 53 of file class.ilObjectListGUI.php.
Referenced by ilStudyProgrammeExpandableProgressListGUI\getAccordionContentCoursesHTML(), ilObjectListGUIPreloader\preload(), and ilPDSelectedItemsBlockViewGUI\preloadItemGroups().
const ilObjectListGUI::CONTEXT_REPOSITORY = 1 |
Definition at line 50 of file class.ilObjectListGUI.php.
Referenced by ilClassificationBlockGUI\filterContainer(), ilContainerStartObjectsContentTableGUI\getItems(), ilContainer\getSubItems(), ilCommonActionDispatcherGUI\initHeaderAction(), and ilObjectListGUIPreloader\preload().
const ilObjectListGUI::CONTEXT_SEARCH = 6 |
Definition at line 54 of file class.ilObjectListGUI.php.
Referenced by ilObjectListGUIPreloader\preload(), and ilSearchResultPresentation\renderItemList().
const ilObjectListGUI::CONTEXT_WORKSPACE = 2 |
Definition at line 51 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 52 of file class.ilObjectListGUI.php.
const ilObjectListGUI::DETAILS_ALL = 30 |
Definition at line 48 of file class.ilObjectListGUI.php.
Referenced by ilObjWorkspaceFolderTableGUI\fillRow(), ilWorkspaceContentGUI\getItemHTML(), ilObjForumListGUI\getProperties(), ilObjSessionListGUI\getProperties(), and ilContainerContentGUI\renderItem().
const ilObjectListGUI::DETAILS_MINIMAL = 10 |
Definition at line 46 of file class.ilObjectListGUI.php.
Referenced by ilObjSessionListGUI\getProperties(), and ilContainerContentGUI\renderItem().
const ilObjectListGUI::DETAILS_SEARCH = 20 |
Definition at line 47 of file class.ilObjectListGUI.php.
const ilObjectListGUI::DOWNLOAD_CHECKBOX_DISABLED = 2 |
Definition at line 58 of file class.ilObjectListGUI.php.
const ilObjectListGUI::DOWNLOAD_CHECKBOX_ENABLED = 1 |
Definition at line 57 of file class.ilObjectListGUI.php.
const ilObjectListGUI::DOWNLOAD_CHECKBOX_NONE = 0 |
Definition at line 56 of file class.ilObjectListGUI.php.
const ilObjectListGUI::IL_LIST_AS_TRIGGER = "trigger" |
Definition at line 43 of file class.ilObjectListGUI.php.
const ilObjectListGUI::IL_LIST_FULL = "full" |
Definition at line 44 of file class.ilObjectListGUI.php.