|
ILIAS
release_8 Revision v8.24
|
@ilCtrl_IsCalledBy ilPDSelectedItemsBlockGUI: ilColumnGUI @ilCtrl_Calls ilPDSelectedItemsBlockGUI: ilCommonActionDispatcherGUI More...
Inheritance diagram for ilPDSelectedItemsBlockGUI:
Collaboration diagram for ilPDSelectedItemsBlockGUI:Public Member Functions | |
| getViewSettings () | |
| addToDeskObject () | |
| Add desktop item @access public. More... | |
| removeFromDeskObject () | |
| Remove from desktop @access public. More... | |
| getBlockType () | |
| getHTML () | |
| executeCommand () | |
| fillDataSection () | |
| Standard implementation for row based data. More... | |
| changePDItemPresentation () | |
| changePDItemSorting () | |
| manageObject () | |
| confirmRemoveObject () | |
| confirmedRemove () | |
| confirmedUnsubscribe () | |
| getNoItemFoundContent () | |
Public Member Functions inherited from ilBlockGUI | |
| __construct () | |
| getBlockType () | |
| setData (array $a_data) | |
| getData () | |
| setPresentation (int $type) | |
| getPresentation () | |
| setBlockId (string $a_block_id="0") | |
| getBlockId () | |
| setGuiObject (object $a_gui_object) | |
| Set GuiObject. More... | |
| getGuiObject () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setOffset (int $a_offset) | |
| getOffset () | |
| correctOffset () | |
| setLimit (int $a_limit) | |
| getLimit () | |
| setEnableEdit (bool $a_enableedit) | |
| getEnableEdit () | |
| setRepositoryMode (bool $a_repositorymode) | |
| getRepositoryMode () | |
| setSubtitle (string $a_subtitle) | |
| getSubtitle () | |
| setRefId (int $a_refid) | |
| Set Ref Id (only used if isRepositoryObject() is true). More... | |
| getRefId () | |
| setAdminCommands (bool $a_admincommands) | |
| getAdminCommands () | |
| setEnableNumInfo (bool $a_enablenuminfo) | |
| getEnableNumInfo () | |
| setProperties (array $a_properties) | |
| This function is supposed to be used for block type specific properties, that should be inherited through ilColumnGUI->setBlockProperties. More... | |
| getProperty (string $a_property) | |
| setProperty (string $a_property, string $a_value) | |
| setRowTemplate (string $a_rowtemplatename, string $a_rowtemplatedir="") | |
| Set Row Template Name. More... | |
| getNavParameter () | |
| getConfigParameter () | |
| getMoveParameter () | |
| getRowTemplateName () | |
| getRowTemplateDir () | |
| addBlockCommand (string $a_href, string $a_text, string $a_onclick="") | |
| getBlockCommands () | |
| getHTML () | |
| fillHeaderCommands () | |
| fillHeaderTitleBlock () | |
| setDataSection (string $a_content) | |
| Call this from overwritten fillDataSection(), if standard row based data is not used. More... | |
| fillDataSection () | |
| Standard implementation for row based data. More... | |
| fillRow (array $a_set) | |
| fillFooter () | |
| fillPreviousNext () | |
| setPreviousNextLinks () | |
| getAsynch () | |
| Use this for final get before sending asynchronous output (ajax) per echo to output. More... | |
| getPaginationViewControl () | |
| Fill previous/next row. More... | |
| getHTMLNew () | |
| getNoItemFoundContent () | |
| addToDeskObject () | |
| Add desktop item @access public. More... | |
| removeFromDeskObject () | |
| Remove from desktop @access public. More... | |
Static Public Attributes | |
| static string | $block_type = 'pditems' |
Protected Member Functions | |
| initViewSettings () | |
| returnToContext () | |
| isRepositoryObject () | |
| Returns whether block has a corresponding repository object. More... | |
| getViewTitle () | |
| getContent () | |
| setContent (string $a_content) | |
| getGroupedCommandsForView (bool $manage=false) | |
| initAndShow () | |
| cancel () | |
| getListItemGroups () | |
| getListItemForData (array $data) | |
| Get list item for data array. More... | |
| getCardForData (array $item) | |
| getLegacyContent () | |
| Get legacy content. More... | |
| renderManageList (array $grouped_items) | |
| getRepositoryTitle () | |
Protected Member Functions inherited from ilBlockGUI | |
| isRepositoryObject () | |
| Returns whether block has a corresponding repository object. More... | |
| specialCharsAsEntities (string $string) | |
| initCommands () | |
| fillRowColor (string $a_placeholder="CSS_ROW") | |
| preloadData (array $data) | |
| Can be overwritten in subclasses. More... | |
| getLegacyContent () | |
| Get legacy content. More... | |
| getViewControls () | |
| Get view controls. More... | |
| getListItemForData (array $data) | |
| Get list item for data array. More... | |
| handleNavigation () | |
| Handle navigation. More... | |
| loadData () | |
| Load data for current page. More... | |
| getListItemGroups () | |
| Get items. More... | |
| addRepoCommands () | |
| Add repo commands. More... | |
| send (string $output) | |
| Send. More... | |
Private Attributes | |
| int | $requested_item_ref_id |
Additional Inherited Members | |
Static Public Member Functions inherited from ilBlockGUI | |
| static | getScreenMode () |
Data Fields inherited from ilBlockGUI | |
| const | PRES_MAIN_LEG = 0 |
| const | PRES_SEC_LEG = 1 |
| const | PRES_SEC_LIST = 2 |
| const | PRES_MAIN_LIST = 3 |
| const | PRES_MAIN_TILE = 4 |
@ilCtrl_IsCalledBy ilPDSelectedItemsBlockGUI: ilColumnGUI @ilCtrl_Calls ilPDSelectedItemsBlockGUI: ilCommonActionDispatcherGUI
Definition at line 32 of file class.ilPDSelectedItemsBlockGUI.php.
| ilPDSelectedItemsBlockGUI::addToDeskObject | ( | ) |
Add desktop item @access public.
Implements ilDesktopItemHandling.
Definition at line 118 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\lng(), returnToContext(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 342 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::changePDItemPresentation | ( | ) |
Definition at line 271 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\FileDelivery\http(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::changePDItemSorting | ( | ) |
Definition at line 279 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\FileDelivery\http(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::confirmedRemove | ( | ) |
Definition at line 389 of file class.ilPDSelectedItemsBlockGUI.php.
References $ref_id, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::confirmedUnsubscribe | ( | ) |
Definition at line 404 of file class.ilPDSelectedItemsBlockGUI.php.
References $ref_id, ilObject\_lookupObjId(), ilObject\_lookupType(), ILIAS\Repository\access(), ilForumNotification\checkForumsExistsDelete(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilGroupMembershipMailNotification\TYPE_NOTIFICATION_UNSUBSCRIBE, ilCourseMembershipMailNotification\TYPE_UNSUBSCRIBE_MEMBER, ilGroupMembershipMailNotification\TYPE_UNSUBSCRIBE_MEMBER, and ILIAS\Repository\user().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::confirmRemoveObject | ( | ) |
Definition at line 347 of file class.ilPDSelectedItemsBlockGUI.php.
References $ref_id, $type, ilObject\_getIcon(), ilObject\_lookupObjectId(), ilObject\_lookupTitle(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::executeCommand | ( | ) |
Definition at line 173 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\ctrl(), and ilCommonActionDispatcherGUI\getInstanceFromAjaxCall().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::fillDataSection | ( | ) |
Standard implementation for row based data.
Overwrite this and call setContent for other data.
Reimplemented from ilBlockGUI.
Definition at line 203 of file class.ilPDSelectedItemsBlockGUI.php.
References getContent(), and ilBlockGUI\setDataSection().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::getBlockType | ( | ) |
Reimplemented from ilBlockGUI.
Definition at line 139 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 513 of file class.ilPDSelectedItemsBlockGUI.php.
References ilObjectActivation\addListGUIActivationProperty().
Here is the call graph for this function:
|
protected |
Definition at line 193 of file class.ilPDSelectedItemsBlockGUI.php.
References $content.
Referenced by fillDataSection().
Here is the caller graph for this function:
|
protected |
Definition at line 212 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::getHTML | ( | ) |
Reimplemented from ilBlockGUI.
Definition at line 154 of file class.ilPDSelectedItemsBlockGUI.php.
References $DIC, ILIAS\Repository\ctrl(), getViewTitle(), ilHelpGUI\ID_PART_SCREEN, ilBlockGUI\setData(), and ilBlockGUI\setTitle().
Here is the call graph for this function:
|
protected |
Get legacy content.
Reimplemented from ilBlockGUI.
Definition at line 529 of file class.ilPDSelectedItemsBlockGUI.php.
References Vendor\Package\$e, and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Get list item for data array.
| array | $data |
Reimplemented from ilBlockGUI.
Definition at line 497 of file class.ilPDSelectedItemsBlockGUI.php.
References $data, and ilObjectActivation\addListGUIActivationProperty().
Here is the call graph for this function:
|
protected |
Reimplemented from ilBlockGUI.
Definition at line 457 of file class.ilPDSelectedItemsBlockGUI.php.
References Vendor\Package\$e, ilObjectActivation\addListGUIActivationProperty(), and ILIAS\Repository\ui().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::getNoItemFoundContent | ( | ) |
Reimplemented from ilBlockGUI.
Reimplemented in ilPDMembershipBlockGUI.
Definition at line 601 of file class.ilPDSelectedItemsBlockGUI.php.
References $txt, ilLink\_getStaticLink(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 614 of file class.ilPDSelectedItemsBlockGUI.php.
References $nd, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::getViewSettings | ( | ) |
Definition at line 113 of file class.ilPDSelectedItemsBlockGUI.php.
References $viewSettings.
|
protected |
Reimplemented in ilPDMembershipBlockGUI.
Definition at line 149 of file class.ilPDSelectedItemsBlockGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 288 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\ctrl(), and exit.
Here is the call graph for this function:
|
protected |
Reimplemented in ilPDMembershipBlockGUI.
Definition at line 99 of file class.ilPDSelectedItemsBlockGUI.php.
References ilPDSelectedItemsBlockViewGUI\bySettings(), ILIAS\Repository\ctrl(), ILIAS\Repository\user(), and ilPDSelectedItemsBlockConstants\VIEW_SELECTED_ITEMS.
Here is the call graph for this function:
|
protected |
Returns whether block has a corresponding repository object.
Reimplemented from ilBlockGUI.
Definition at line 144 of file class.ilPDSelectedItemsBlockGUI.php.
| ilPDSelectedItemsBlockGUI::manageObject | ( | ) |
Definition at line 300 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\ctrl(), ilUtil\getImagePath(), ilSubmitButton\getInstance(), ilParticipants\getInstance(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilPDSelectedItemsBlockGUI::removeFromDeskObject | ( | ) |
Remove from desktop @access public.
Implements ilDesktopItemHandling.
Definition at line 131 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\lng(), returnToContext(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 572 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\UI\examples\MainControls\Slate\Notification\standard(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Reimplemented in ilPDMembershipBlockGUI.
Definition at line 125 of file class.ilPDSelectedItemsBlockGUI.php.
References ILIAS\Repository\ctrl().
Referenced by addToDeskObject(), and removeFromDeskObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 198 of file class.ilPDSelectedItemsBlockGUI.php.
|
static |
Definition at line 39 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 41 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 43 of file class.ilPDSelectedItemsBlockGUI.php.
Referenced by getContent().
|
protected |
Definition at line 45 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 50 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 47 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 52 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 44 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 53 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 42 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 34 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 38 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 49 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 36 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 48 of file class.ilPDSelectedItemsBlockGUI.php.
|
private |
Definition at line 35 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 37 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 51 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 46 of file class.ilPDSelectedItemsBlockGUI.php.
|
protected |
Definition at line 40 of file class.ilPDSelectedItemsBlockGUI.php.
Referenced by getViewSettings().