|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilTestResultsToolbarGUI:
Collaboration diagram for ilTestResultsToolbarGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng) | |
| build () | |
| setCertificateLinkTarget (string $certificateLinkTarget) | |
| getCertificateLinkTarget () | |
| setShowBestSolutionsLinkTarget (string $showBestSolutionsLinkTarget) | |
| getShowBestSolutionsLinkTarget () | |
| setHideBestSolutionsLinkTarget (string $hideBestSolutionsLinkTarget) | |
| getHideBestSolutionsLinkTarget () | |
| setParticipantSelectorOptions (array $participantSelectorOptions) | |
| getParticipantSelectorOptions () | |
| getParticipantSelectorLinksArray () | |
Public Member Functions inherited from ilToolbarGUI | |
| setFormAction (string $a_val, bool $a_multipart=false, string $a_target="") | |
| Set form action (if form action is set, toolbar is wrapped into form tags) More... | |
| getFormAction () | |
| setLeadingImage (string $a_img, string $a_alt) | |
| setHidden (bool $a_val) | |
| getHidden () | |
| setId (string $a_val) | |
| getId () | |
| setPreventDoubleSubmission (bool $a_val) | |
| getPreventDoubleSubmission () | |
| addButton (string $a_txt, string $a_cmd, string $a_target="", ?int $a_acc_key=null, string $a_additional_attrs='', string $a_id="", string $a_class='submit') | |
| addFormButton (string $a_txt, string $a_cmd, ?int $a_acc_key=null, bool $a_primary=false, ?string $a_class=null) | |
| addInputItem (ilToolbarItem $a_item, bool $a_output_label=false) | |
| addStickyItem ( $a_item, bool $a_output_label=false) | |
| Add a sticky item. More... | |
| addButtonInstance (ilButtonBase $a_button) | |
| Add button instance. More... | |
| addDropDown (string $a_txt, string $a_dd_html) | |
| addAdvancedSelectionList (ilAdvancedSelectionListGUI $adv) | |
| addSeparator () | |
| addText (string $a_text) | |
| addSpacer (string $a_width=null) | |
| addComponent (\ILIAS\UI\Component\Component $a_comp) | |
| addLink (string $a_caption, string $a_url, bool $a_disabled=false) | |
| setOpenFormTag (bool $a_val) | |
| getOpenFormTag () | |
| setCloseFormTag (bool $a_val) | |
| getCloseFormTag () | |
| setFormName (string $a_val) | |
| getFormName () | |
| getGroupedItems () | |
| Get all groups (items separated by a separator) More... | |
| getItems () | |
| setItems (array $items) | |
Data Fields | |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
Data Fields inherited from ilToolbarGUI | |
| array | $items = array() |
Private Attributes | |
| string | $certificateLinkTarget = null |
| string | $showBestSolutionsLinkTarget = null |
| string | $hideBestSolutionsLinkTarget = null |
| array | $participantSelectorOptions = [] |
Additional Inherited Members | |
Protected Member Functions inherited from ilToolbarGUI | |
| applyAutoStickyToSingleElement () | |
| If the toolbar consists of only one button, make it sticky Note: Atm this is only possible for buttons. More... | |
Protected Attributes inherited from ilToolbarGUI | |
| ilLanguage | $lng |
| string | $id = '' |
| string | $form_action = '' |
| bool | $hidden = false |
| array | $lead_img |
| bool | $open_form_tag = true |
| bool | $close_form_tag = true |
| string | $form_target = "" |
| string | $form_name = "" |
| bool | $prevent_double_submission = false |
| array | $sticky_items = array() |
| bool | $has_separator = false |
| ILIAS DI UIServices | $ui |
| bool | $multipart = false |
Static Protected Attributes inherited from ilToolbarGUI | |
| static int | $instances = 0 |
Definition at line 27 of file class.ilTestResultsToolbarGUI.php.
| ilTestResultsToolbarGUI::__construct | ( | ilCtrl | $ctrl, |
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng | ||
| ) |
Definition at line 37 of file class.ilTestResultsToolbarGUI.php.
References $ctrl, $tpl, ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilTestResultsToolbarGUI::build | ( | ) |
Definition at line 44 of file class.ilTestResultsToolbarGUI.php.
References ilToolbarGUI\$id, ilToolbarGUI\addButton(), ilToolbarGUI\addComponent(), ilToolbarGUI\addSeparator(), getCertificateLinkTarget(), getHideBestSolutionsLinkTarget(), getParticipantSelectorLinksArray(), getParticipantSelectorOptions(), getShowBestSolutionsLinkTarget(), ILIAS\Repository\lng(), ilToolbarGUI\setId(), ILIAS\Repository\ui(), and ILIAS\UI\Implementation\Component\withOnLoadCode().
Here is the call graph for this function:| ilTestResultsToolbarGUI::getCertificateLinkTarget | ( | ) |
Definition at line 88 of file class.ilTestResultsToolbarGUI.php.
References $certificateLinkTarget.
Referenced by build().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getHideBestSolutionsLinkTarget | ( | ) |
Definition at line 108 of file class.ilTestResultsToolbarGUI.php.
References $hideBestSolutionsLinkTarget.
Referenced by build().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getParticipantSelectorLinksArray | ( | ) |
Definition at line 123 of file class.ilTestResultsToolbarGUI.php.
References ILIAS\LTI\ToolProvider\$key, getParticipantSelectorOptions(), and ILIAS\Repository\ui().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getParticipantSelectorOptions | ( | ) |
Definition at line 118 of file class.ilTestResultsToolbarGUI.php.
References $participantSelectorOptions.
Referenced by build(), and getParticipantSelectorLinksArray().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getShowBestSolutionsLinkTarget | ( | ) |
Definition at line 98 of file class.ilTestResultsToolbarGUI.php.
References $showBestSolutionsLinkTarget.
Referenced by build().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::setCertificateLinkTarget | ( | string | $certificateLinkTarget | ) |
Definition at line 83 of file class.ilTestResultsToolbarGUI.php.
References $certificateLinkTarget.
| ilTestResultsToolbarGUI::setHideBestSolutionsLinkTarget | ( | string | $hideBestSolutionsLinkTarget | ) |
Definition at line 103 of file class.ilTestResultsToolbarGUI.php.
References $hideBestSolutionsLinkTarget.
| ilTestResultsToolbarGUI::setParticipantSelectorOptions | ( | array | $participantSelectorOptions | ) |
Definition at line 113 of file class.ilTestResultsToolbarGUI.php.
References $participantSelectorOptions.
| ilTestResultsToolbarGUI::setShowBestSolutionsLinkTarget | ( | string | $showBestSolutionsLinkTarget | ) |
Definition at line 93 of file class.ilTestResultsToolbarGUI.php.
References $showBestSolutionsLinkTarget.
|
private |
Definition at line 32 of file class.ilTestResultsToolbarGUI.php.
Referenced by getCertificateLinkTarget(), and setCertificateLinkTarget().
| ilCtrl ilTestResultsToolbarGUI::$ctrl |
Definition at line 29 of file class.ilTestResultsToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 34 of file class.ilTestResultsToolbarGUI.php.
Referenced by getHideBestSolutionsLinkTarget(), and setHideBestSolutionsLinkTarget().
|
private |
Definition at line 35 of file class.ilTestResultsToolbarGUI.php.
Referenced by getParticipantSelectorOptions(), and setParticipantSelectorOptions().
|
private |
Definition at line 33 of file class.ilTestResultsToolbarGUI.php.
Referenced by getShowBestSolutionsLinkTarget(), and setShowBestSolutionsLinkTarget().
| ilGlobalTemplateInterface ilTestResultsToolbarGUI::$tpl |
Definition at line 30 of file class.ilTestResultsToolbarGUI.php.
Referenced by __construct().