| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class ilInfoScreenGUI. More...
 Collaboration diagram for ilInfoScreenGUI:Public Member Functions | |
| __construct (?object $a_gui_object=null) | |
| executeCommand () | |
| setMessageBox (ILIAS\UI\Component\MessageBox\MessageBox $a_val) | |
| getMessageBox () | |
| setTableClass (string $a_val) | |
| getTableClass () | |
| enablePrivateNotes (bool $a_enable=true) | |
| enableLearningProgress (bool $a_enable=true) | |
| enableAvailability (bool $a_enable=true) | |
| enableBookingInfo (bool $a_enable=true) | |
| enableFeedback (bool $a_enable=true) | |
| enableNews (bool $a_enable=true) | |
| enableNewsEditing (bool $a_enable=true) | |
| setBlockProperty (string $a_block_type, string $a_property, string $a_value) | |
| This function is supposed to be used for block type specific properties, that should be passed to ilBlockGUI->setProperty.  More... | |
| getAllBlockProperties () | |
| addSection (string $a_title) | |
| setFormAction (string $a_form_action) | |
| removeFormAction () | |
| addProperty (string $a_name, string $a_value, string $a_link="") | |
| add a property to current section  More... | |
| addPropertyTextinput (string $a_name, string $a_input_name, string $a_input_value="", string $a_input_size="", string $direct_button_command="", string $direct_button_label="", bool $direct_button_primary=false) | |
| addButton (string $a_title, string $a_link, string $a_frame="", string $a_position="top", bool $a_primary=false) | |
| addFormButton (string $a_command, string $a_title, string $a_position="top") | |
| add a form button to the info screen the form buttons are only valid if a form action is set  More... | |
| addHiddenElement (string $a_name, string $a_value) | |
| addMetaDataSections (int $a_rep_obj_id, int $a_obj_id, string $a_type) | |
| showSummary () | |
| getCenterColumnHTML () | |
| getRightColumnHTML () | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| Set column settings.  More... | |
| setOpenFormTag (bool $a_val) | |
| setCloseFormTag (bool $a_val) | |
| getHTML () | |
| getContextRefId () | |
| setContextRefId (int $contextRefId) | |
| getContextObjId () | |
| setContextObjId (int $contextObjId) | |
| getContentObjType () | |
| setContentObjType (string $contentObjType) | |
| showLearningProgress (ilTemplate $a_tpl) | |
| saveProgress (bool $redirect=true) | |
| showNotesSection () | |
| showLDAPRoleGroupMappingInfo (string $a_section='') | |
| setTabs () | |
| getTabs (ilTabsGUI $tabs_gui) | |
| hideFurtherSections (bool $a_add_toggle=true) | |
| getHiddenToggleButton () | |
| addAccessPeriodProperty () | |
Data Fields | |
| ilLanguage | $lng | 
| ilCtrl | $ctrl | 
| object | $gui_object | 
| array | $top_buttons = array() | 
| array | $top_formbuttons = array() | 
| array | $hiddenelements = array() | 
| string | $table_class = "il_InfoScreen" | 
| bool | $open_form_tag = true | 
| bool | $close_form_tag = true | 
| string | $form_action | 
Protected Member Functions | |
| buildPublicAccessExportButton (int $rep_obj_id, int $obj_id) | |
| addAvailability () | |
| addPreconditions () | |
| Add preconditions.  More... | |
| addPreconditionSection (ilObject $obj, array $conditions, bool $obligatory=true) | |
Protected Attributes | |
| ILIAS Repository HTML HTMLUtil | $html | 
| ILIAS DI UIServices | $ui | 
| ILIAS UI Component MessageBox MessageBox | $mbox = null | 
| ilTabsGUI | $tabs_gui | 
| ilRbacSystem | $rbacsystem | 
| ilGlobalPageTemplate | $tpl | 
| ilAccessHandler | $access | 
| ilObjUser | $user | 
| ilTree | $tree | 
| ilSetting | $settings | 
| Metadata | $metadata | 
| DataFactory | $data_factory | 
| int | $contextRefId = null | 
| int | $contextObjId = null | 
| string | $contentObjType = null | 
| bool | $booking_enabled = false | 
| bool | $availability_enabled = true | 
| bool | $hidden = false | 
| array | $section = [] | 
| array | $block_property = [] | 
| bool | $news_editing = false | 
| bool | $show_hidden_toggle = false | 
| int | $sec_nr = 0 | 
| bool | $private_notes_enabled = false | 
| bool | $news_enabled = false | 
| bool | $feedback_enabled = false | 
| bool | $learning_progress_enabled = false | 
| StandardGUIRequest | $request | 
Class ilInfoScreenGUI.
Definition at line 33 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::__construct | ( | ?object | $a_gui_object = null | ) | 
Definition at line 75 of file class.ilInfoScreenGUI.php.
References $DIC, $lng, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\html(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilInfoScreenGUI::addAccessPeriodProperty | ( | ) | 
| ilDatabaseException | |
| ilDateTimeException | 
Definition at line 1219 of file class.ilInfoScreenGUI.php.
References addProperty(), ilDatePresentation\formatPeriod(), IL_CAL_UNIX, ILIAS\Repository\lng(), and ilObjectActivation\TIMINGS_ACTIVATION.
Referenced by addAvailability().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
| ilDatabaseException | |
| ilDateTimeException | 
Definition at line 1080 of file class.ilInfoScreenGUI.php.
References addAccessPeriodProperty(), addSection(), ILIAS\Repository\lng(), and ilObjectActivation\TIMINGS_ACTIVATION.
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::addButton | ( | string | $a_title, | 
| string | $a_link, | ||
| string | $a_frame = "",  | 
        ||
| string | $a_position = "top",  | 
        ||
| bool | $a_primary = false  | 
        ||
| ) | 
Definition at line 292 of file class.ilInfoScreenGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:| ilInfoScreenGUI::addFormButton | ( | string | $a_command, | 
| string | $a_title, | ||
| string | $a_position = "top"  | 
        ||
| ) | 
add a form button to the info screen the form buttons are only valid if a form action is set
Definition at line 309 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::addHiddenElement | ( | string | $a_name, | 
| string | $a_value | ||
| ) | 
Definition at line 319 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::addMetaDataSections | ( | int | $a_rep_obj_id, | 
| int | $a_obj_id, | ||
| string | $a_type | ||
| ) | 
Definition at line 324 of file class.ilInfoScreenGUI.php.
References $lng, addProperty(), addSection(), buildPublicAccessExportButton(), ILIAS\Repository\html(), ilLanguage\loadLanguageModule(), ilLanguage\txt(), and ILIAS\Repository\ui().
Referenced by ilObjLTIConsumerGUI\configureInfoScreen().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Add preconditions.
Definition at line 1107 of file class.ilInfoScreenGUI.php.
References ilObject\_lookupTitle(), addPreconditionSection(), and ilArrayUtil\sortArray().
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 1136 of file class.ilInfoScreenGUI.php.
References $lng, $tree, ilConditionHandler\_checkCondition(), ilObject\_lookupTitle(), addProperty(), addSection(), ilConditionHandler\calculateEffectiveRequiredTriggers(), ilConditionHandler\getEffectiveOptionalConditionsOfTarget(), ilObject\getId(), ilMemberViewSettings\getInstance(), ilObject\getRefId(), ILIAS\Repository\html(), ilTree\isDeleted(), ilConditionHandlerGUI\translateOperator(), and ilLanguage\txt().
Referenced by addPreconditions().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::addProperty | ( | string | $a_name, | 
| string | $a_value, | ||
| string | $a_link = ""  | 
        ||
| ) | 
add a property to current section
| string | $a_name | property name string | 
| string | $a_value | property value | 
| string | $a_link | link (will link the property value string) | 
Definition at line 249 of file class.ilInfoScreenGUI.php.
References $sec_nr.
Referenced by ilLearningProgressBaseGUI\__appendLPDetails(), ilLearningProgressBaseGUI\__showObjectDetails(), addAccessPeriodProperty(), ilObjIndividualAssessmentGUI\addContactDataToInfo(), ilObjRemoteCourseGUI\addCustomInfoFields(), ilObjRemoteGlossaryGUI\addCustomInfoFields(), ilObjRemoteGroupGUI\addCustomInfoFields(), ilObjRemoteTestGUI\addCustomInfoFields(), ilObjRemoteFileGUI\addCustomInfoFields(), ilObjRemoteLearningModuleGUI\addCustomInfoFields(), ilObjRemoteWikiGUI\addCustomInfoFields(), ilObjIndividualAssessmentGUI\addGeneralDataToInfo(), ilObjIndividualAssessmentGUI\addMemberDataToInfo(), addMetaDataSections(), addPreconditionSection(), ilObjGlossaryGUI\addUsagesToInfo(), ilResourceStorageInfoGUI\append(), buildPublicAccessExportButton(), ilObjLTIConsumerGUI\configureInfoScreen(), ilAppointmentPresentationGUI\getHTML(), ilExSubmissionTextGUI\getOverviewContent(), ilExSubmissionFileGUI\getOverviewContent(), ilExSubmissionTeamGUI\getOverviewContent(), ilExPeerReviewGUI\getOverviewContent(), ilExSubmissionObjectGUI\getOverviewContentBlog(), ilExSubmissionObjectGUI\getOverviewContentPortfolio(), ilExAssTypeWikiTeamGUI\renderOverviewContent(), and showLDAPRoleGroupMappingInfo().
 Here is the caller graph for this function:| ilInfoScreenGUI::addPropertyTextinput | ( | string | $a_name, | 
| string | $a_input_name, | ||
| string | $a_input_value = "",  | 
        ||
| string | $a_input_size = "",  | 
        ||
| string | $direct_button_command = "",  | 
        ||
| string | $direct_button_label = "",  | 
        ||
| bool | $direct_button_primary = false  | 
        ||
| ) | 
Definition at line 260 of file class.ilInfoScreenGUI.php.
References $sec_nr, and ilLegacyFormElementsUtil\prepareFormOutput().
 Here is the call graph for this function:| ilInfoScreenGUI::addSection | ( | string | $a_title | ) | 
Definition at line 222 of file class.ilInfoScreenGUI.php.
References $hidden, and $sec_nr.
Referenced by ilLearningProgressBaseGUI\__appendLPDetails(), ilLearningProgressBaseGUI\__showObjectDetails(), ilBookingInfoScreenAdapter\add(), addAvailability(), ilObjIndividualAssessmentGUI\addContactDataToInfo(), ilObjIndividualAssessmentGUI\addGeneralDataToInfo(), ilObjIndividualAssessmentGUI\addMemberDataToInfo(), addMetaDataSections(), addPreconditionSection(), ilObjGlossaryGUI\addUsagesToInfo(), ilResourceStorageInfoGUI\append(), buildPublicAccessExportButton(), ilObjLTIConsumerGUI\configureInfoScreen(), ilAppointmentPresentationGUI\getHTML(), and showLDAPRoleGroupMappingInfo().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 414 of file class.ilInfoScreenGUI.php.
References $access, $ctrl, $lng, $r, $ref_id, $tree, $user, $webdav_dic, ilObject\_getAllReferences(), ilDAVActivationChecker\_isActive(), ilChangeEvent\_isActive(), ilChangeEvent\_lookupReadEvents(), addProperty(), addSection(), ANONYMOUS_USER_ID, ilDatePresentation\formatDate(), ilECSServerSettings\getInstance(), ilObjectFactory\getInstanceByObjId(), IL_CAL_DATETIME, ilTree\isInTree(), ILIAS\Repository\lng(), ilLanguage\txt(), ILIAS\Repository\ui(), and ilObjUser\userExists().
Referenced by addMetaDataSections().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::enableAvailability | ( | bool | $a_enable = true | ) | 
Definition at line 182 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableBookingInfo | ( | bool | $a_enable = true | ) | 
Definition at line 187 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableFeedback | ( | bool | $a_enable = true | ) | 
Definition at line 193 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableLearningProgress | ( | bool | $a_enable = true | ) | 
Definition at line 177 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableNews | ( | bool | $a_enable = true | ) | 
Definition at line 198 of file class.ilInfoScreenGUI.php.
Referenced by ilObjLTIConsumerGUI\configureInfoScreen().
 Here is the caller graph for this function:| ilInfoScreenGUI::enableNewsEditing | ( | bool | $a_enable = true | ) | 
Definition at line 203 of file class.ilInfoScreenGUI.php.
Referenced by ilObjLTIConsumerGUI\configureInfoScreen().
 Here is the caller graph for this function:| ilInfoScreenGUI::enablePrivateNotes | ( | bool | $a_enable = true | ) | 
Definition at line 172 of file class.ilInfoScreenGUI.php.
Referenced by ilObjLTIConsumerGUI\configureInfoScreen().
 Here is the caller graph for this function:| ilInfoScreenGUI::executeCommand | ( | ) | 
Definition at line 109 of file class.ilInfoScreenGUI.php.
References $tpl, ILIAS\Repository\ctrl(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), ilPublicUserProfileGUI\setBackUrl(), ilGlobalPageTemplate\setContent(), setTabs(), showNotesSection(), and showSummary().
 Here is the call graph for this function:| ilInfoScreenGUI::getAllBlockProperties | ( | ) | 
Definition at line 217 of file class.ilInfoScreenGUI.php.
References $block_property.
Referenced by setColumnSettings().
 Here is the caller graph for this function:| ilInfoScreenGUI::getCenterColumnHTML | ( | ) | 
Definition at line 627 of file class.ilInfoScreenGUI.php.
References $ctrl, $html, getHTML(), IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and setColumnSettings().
Referenced by showSummary().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::getContentObjType | ( | ) | 
| ilInfoScreenGUI::getContextObjId | ( | ) | 
Definition at line 870 of file class.ilInfoScreenGUI.php.
References $contextObjId.
Referenced by ilBookingInfoScreenAdapter\__construct(), saveProgress(), and showLearningProgress().
 Here is the caller graph for this function:| ilInfoScreenGUI::getContextRefId | ( | ) | 
Definition at line 856 of file class.ilInfoScreenGUI.php.
References $contextRefId.
Referenced by saveProgress().
 Here is the caller graph for this function:| ilInfoScreenGUI::getHiddenToggleButton | ( | ) | 
Definition at line 1068 of file class.ilInfoScreenGUI.php.
References $lng, and ilLanguage\txt().
 Here is the call graph for this function:| ilInfoScreenGUI::getHTML | ( | ) | 
Definition at line 706 of file class.ilInfoScreenGUI.php.
References $ctrl, $ilSetting, $lng, $sec_nr, $settings, $user, addAvailability(), ilGlobalPageTemplate\addBlockFile(), addButton(), addPreconditions(), ilGlobalPageTemplate\get(), getTableClass(), iljQueryUtil\initjQuery(), ilGlobalPageTemplate\parseCurrentBlock(), ilGlobalPageTemplate\setCurrentBlock(), setFormAction(), ilGlobalPageTemplate\setVariable(), showLearningProgress(), showNotesSection(), ilGlobalPageTemplate\touchBlock(), ilLanguage\txt(), and ILIAS\Repository\ui().
Referenced by getCenterColumnHTML(), and ilCalendarAppointmentPresentationGUI\getModalHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::getMessageBox | ( | ) | 
Definition at line 156 of file class.ilInfoScreenGUI.php.
References $mbox.
| ilInfoScreenGUI::getRightColumnHTML | ( | ) | 
| ilCtrlException | 
Definition at line 660 of file class.ilInfoScreenGUI.php.
References $ctrl, $html, $news_enabled, IL_COL_RIGHT, IL_SCREEN_SIDE, and setColumnSettings().
Referenced by showSummary().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::getTableClass | ( | ) | 
Definition at line 167 of file class.ilInfoScreenGUI.php.
References $table_class.
Referenced by getHTML().
 Here is the caller graph for this function:| ilInfoScreenGUI::getTabs | ( | ilTabsGUI | $tabs_gui | ) | 
Definition at line 1045 of file class.ilInfoScreenGUI.php.
References ilTabsGUI\addSubTabTarget(), and ILIAS\Repository\ctrl().
Referenced by setTabs().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::hideFurtherSections | ( | bool | $a_add_toggle = true | ) | 
Definition at line 1062 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::removeFormAction | ( | ) | 
Definition at line 237 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::saveProgress | ( | bool | $redirect = true | ) | 
Definition at line 936 of file class.ilInfoScreenGUI.php.
References $user, ilObject\_lookupType(), ilLearningProgress\_tracProgress(), ilLPStatusWrapper\_updateStatus(), ILIAS\Repository\ctrl(), getContextObjId(), getContextRefId(), ILIAS\Repository\lng(), and ilLPMarks\setCompleted().
 Here is the call graph for this function:| ilInfoScreenGUI::setBlockProperty | ( | string | $a_block_type, | 
| string | $a_property, | ||
| string | $a_value | ||
| ) | 
This function is supposed to be used for block type specific properties, that should be passed to ilBlockGUI->setProperty.
Definition at line 212 of file class.ilInfoScreenGUI.php.
Referenced by ilObjLTIConsumerGUI\configureInfoScreen().
 Here is the caller graph for this function:| ilInfoScreenGUI::setCloseFormTag | ( | bool | $a_val | ) | 
Definition at line 694 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::setColumnSettings | ( | ilColumnGUI | $column_gui | ) | 
Set column settings.
Definition at line 682 of file class.ilInfoScreenGUI.php.
References getAllBlockProperties(), ilColumnGUI\setAllBlockProperties(), ilColumnGUI\setEnableEdit(), and ilColumnGUI\setRepositoryMode().
Referenced by getCenterColumnHTML(), and getRightColumnHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::setContentObjType | ( | string | $contentObjType | ) | 
| ilInfoScreenGUI::setContextObjId | ( | int | $contextObjId | ) | 
| ilInfoScreenGUI::setContextRefId | ( | int | $contextRefId | ) | 
| ilInfoScreenGUI::setFormAction | ( | string | $a_form_action | ) | 
Definition at line 232 of file class.ilInfoScreenGUI.php.
Referenced by getHTML(), and ilCalendarAppointmentPresentationGUI\getModalHTML().
 Here is the caller graph for this function:| ilInfoScreenGUI::setMessageBox | ( | ILIAS\UI\Component\MessageBox\MessageBox | $a_val | ) | 
Definition at line 151 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::setOpenFormTag | ( | bool | $a_val | ) | 
Definition at line 689 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::setTableClass | ( | string | $a_val | ) | 
Definition at line 162 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::setTabs | ( | ) | 
Definition at line 1040 of file class.ilInfoScreenGUI.php.
References getTabs().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::showLDAPRoleGroupMappingInfo | ( | string | $a_section = '' | ) | 
| string | $a_section | section name. Leave empty to place this info string inside a section | 
Definition at line 1020 of file class.ilInfoScreenGUI.php.
References ilLDAPRoleGroupMapping\_getInstance(), addProperty(), addSection(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilInfoScreenGUI::showLearningProgress | ( | ilTemplate | $a_tpl | ) | 
| ilTemplate | $a_tpl | 
| ilDateTimeException | 
Definition at line 902 of file class.ilInfoScreenGUI.php.
References $rbacsystem, $user, ilObjUserTracking\_enabledLearningProgress(), ANONYMOUS_USER_ID, ilRbacSystem\checkAccess(), getContextObjId(), ilObjectLP\getInstance(), ILIAS\Repository\lng(), ilLPObjSettings\LP_MODE_MANUAL, ilTemplate\parseCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::showNotesSection | ( | ) | 
| ilCtrlException | 
Definition at line 967 of file class.ilInfoScreenGUI.php.
References $access, $DIC, $html, $ilSetting, $ref_id, $settings, and ILIAS\Repository\ctrl().
Referenced by executeCommand(), and getHTML().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilInfoScreenGUI::showSummary | ( | ) | 
Definition at line 611 of file class.ilInfoScreenGUI.php.
References $tpl, getCenterColumnHTML(), getRightColumnHTML(), ilGlobalPageTemplate\setContent(), and ilGlobalPageTemplate\setRightContent().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 41 of file class.ilInfoScreenGUI.php.
Referenced by buildPublicAccessExportButton(), and showNotesSection().
      
  | 
  protected | 
Definition at line 61 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 64 of file class.ilInfoScreenGUI.php.
Referenced by getAllBlockProperties().
      
  | 
  protected | 
Definition at line 60 of file class.ilInfoScreenGUI.php.
| bool ilInfoScreenGUI::$close_form_tag = true | 
Definition at line 55 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 58 of file class.ilInfoScreenGUI.php.
Referenced by getContentObjType(), and setContentObjType().
      
  | 
  protected | 
Definition at line 57 of file class.ilInfoScreenGUI.php.
Referenced by getContextObjId(), and setContextObjId().
      
  | 
  protected | 
Definition at line 56 of file class.ilInfoScreenGUI.php.
Referenced by getContextRefId(), and setContextRefId().
| ilCtrl ilInfoScreenGUI::$ctrl | 
Definition at line 48 of file class.ilInfoScreenGUI.php.
Referenced by buildPublicAccessExportButton(), getCenterColumnHTML(), getHTML(), and getRightColumnHTML().
      
  | 
  protected | 
Definition at line 46 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 70 of file class.ilInfoScreenGUI.php.
| string ilInfoScreenGUI::$form_action | 
Definition at line 59 of file class.ilInfoScreenGUI.php.
| object ilInfoScreenGUI::$gui_object | 
Definition at line 49 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 62 of file class.ilInfoScreenGUI.php.
Referenced by addSection().
| array ilInfoScreenGUI::$hiddenelements = array() | 
Definition at line 52 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilInfoScreenGUI.php.
Referenced by getCenterColumnHTML(), getRightColumnHTML(), and showNotesSection().
      
  | 
  protected | 
Definition at line 71 of file class.ilInfoScreenGUI.php.
| ilLanguage ilInfoScreenGUI::$lng | 
Definition at line 47 of file class.ilInfoScreenGUI.php.
Referenced by __construct(), addMetaDataSections(), addPreconditionSection(), buildPublicAccessExportButton(), getHiddenToggleButton(), and getHTML().
      
  | 
  protected | 
Definition at line 37 of file class.ilInfoScreenGUI.php.
Referenced by getMessageBox().
      
  | 
  protected | 
Definition at line 45 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 65 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 69 of file class.ilInfoScreenGUI.php.
Referenced by getRightColumnHTML().
| bool ilInfoScreenGUI::$open_form_tag = true | 
Definition at line 54 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 68 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 39 of file class.ilInfoScreenGUI.php.
Referenced by showLearningProgress().
      
  | 
  protected | 
Definition at line 72 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 67 of file class.ilInfoScreenGUI.php.
Referenced by addProperty(), addPropertyTextinput(), addSection(), and getHTML().
      
  | 
  protected | 
Definition at line 63 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 44 of file class.ilInfoScreenGUI.php.
Referenced by getHTML(), and showNotesSection().
      
  | 
  protected | 
Definition at line 66 of file class.ilInfoScreenGUI.php.
| string ilInfoScreenGUI::$table_class = "il_InfoScreen" | 
Definition at line 53 of file class.ilInfoScreenGUI.php.
Referenced by getTableClass().
      
  | 
  protected | 
Definition at line 38 of file class.ilInfoScreenGUI.php.
| array ilInfoScreenGUI::$top_buttons = array() | 
Definition at line 50 of file class.ilInfoScreenGUI.php.
| array ilInfoScreenGUI::$top_formbuttons = array() | 
Definition at line 51 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 40 of file class.ilInfoScreenGUI.php.
Referenced by executeCommand(), and showSummary().
      
  | 
  protected | 
Definition at line 43 of file class.ilInfoScreenGUI.php.
Referenced by addPreconditionSection(), and buildPublicAccessExportButton().
      
  | 
  protected | 
Definition at line 36 of file class.ilInfoScreenGUI.php.
      
  | 
  protected | 
Definition at line 42 of file class.ilInfoScreenGUI.php.
Referenced by buildPublicAccessExportButton(), getHTML(), saveProgress(), and showLearningProgress().