|
ILIAS
release_8 Revision v8.24
|
Class ilCtrl provides processing control methods. More...
Inheritance diagram for ilCtrl:
Collaboration diagram for ilCtrl:Public Member Functions | |
| __construct (ilCtrlStructureInterface $structure, ilCtrlTokenRepositoryInterface $token_repository, ilCtrlPathFactoryInterface $path_factory, ilCtrlContextInterface $context, ResponseSenderStrategy $response_sender, ServerRequestInterface $server_request, RequestWrapper $post_parameters, RequestWrapper $get_parameters, Refinery $refinery, ilComponentFactory $component_factory, ilCtrlQueryParserInterface $query_parser) | |
| ilCtrl Constructor More... | |
| __clone () | |
| callBaseClass (string $a_base_class=null) | |
| @inheritDoc More... | |
| forwardCommand (object $a_gui_object) | |
| @inheritDoc More... | |
| getHTML (object $a_gui_object, array $a_parameters=null) | |
| @inheritDoc More... | |
| getCmd (string $fallback_command=null) | |
| @inheritDoc More... | |
| setCmd (?string $a_cmd) | |
| @inheritDoc More... | |
| getCmdClass () | |
| @inheritDoc More... | |
| setCmdClass ($a_cmd_class) | |
| @inheritDoc More... | |
| getNextClass ($a_gui_class=null) | |
| @inheritDoc More... | |
| saveParameter (object $a_gui_obj, $a_parameter) | |
| @inheritDoc More... | |
| saveParameterByClass (string $a_class, $a_parameter) | |
| @inheritDoc More... | |
| setParameter (object $a_gui_obj, string $a_parameter, $a_value) | |
| @inheritDoc More... | |
| setParameterByClass (string $a_class, string $a_parameter, $a_value) | |
| @inheritDoc More... | |
| getParameterArray (object $a_gui_obj) | |
| @inheritDoc More... | |
| getParameterArrayByClass (string $a_class) | |
| @inheritDoc More... | |
| clearParameters (object $a_gui_obj) | |
| @inheritDoc More... | |
| clearParametersByClass (string $a_class) | |
| @inheritDoc More... | |
| clearParameterByClass (string $a_class, string $a_parameter) | |
| @inheritDoc More... | |
| getLinkTarget (object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false) | |
| @inheritDoc More... | |
| getLinkTargetByClass ( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false) | |
| @inheritDoc More... | |
| getFormAction (object $a_gui_obj, string $a_fallback_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false) | |
| @inheritDoc More... | |
| getFormActionByClass ( $a_class, string $a_fallback_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false) | |
| @inheritDoc More... | |
| redirect (object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false) | |
| @inheritDoc More... | |
| redirectByClass ( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false) | |
| @inheritDoc More... | |
| redirectToURL (string $target_url) | |
| @inheritDoc More... | |
| setContextObject (int $obj_id, string $obj_type) | |
| @inheritDoc More... | |
| getContextObjId () | |
| @inheritDoc More... | |
| getContextObjType () | |
| @inheritDoc More... | |
| getCallHistory () | |
| @inheritDoc More... | |
| lookupClassPath (string $a_class) | |
| @inheritDoc More... | |
| lookupOriginalClassName (string $a_class) | |
| @inheritDoc More... | |
| getClassForClasspath (string $a_class_path) | |
| @inheritDoc More... | |
| setTargetScript (string $a_target_script) | |
| @inheritDoc More... | |
| isAsynch () | |
| @inheritDoc More... | |
| setReturn (object $a_gui_obj, string $a_cmd=null) | |
| @inheritDoc More... | |
| setReturnByClass (string $a_class, string $a_cmd=null) | |
| @inheritDoc More... | |
| returnToParent (object $a_gui_obj, string $a_anchor=null) | |
| @inheritDoc More... | |
| getParentReturn (object $a_gui_obj) | |
| @inheritDoc More... | |
| getParentReturnByClass (string $a_class) | |
| @inheritDoc More... | |
| getRedirectSource () | |
| @inheritDoc More... | |
| insertCtrlCalls ($a_parent, $a_child, string $a_comp_prefix) | |
| @inheritDoc More... | |
| checkCurrentPathForClass (string $gui_class) | |
| @inheritDoc More... | |
| getCurrentClassPath () | |
| @inheritDoc More... | |
| callBaseClass (string $a_base_class=null) | |
| Calls the currently provided baseclass. More... | |
| forwardCommand (object $a_gui_object) | |
| Forwards the request by invoking executeCommand() on the given GUI object. More... | |
| getHTML (object $a_gui_object, array $a_parameters=null) | |
| Returns the HTML output of another GUI object by invoking getHTML() with optional parameters on it. More... | |
| getCmd (string $fallback_command=null) | |
| Returns the command passed with the current POST or GET request. More... | |
| setCmd (?string $a_cmd) | |
| Sets the current command. More... | |
| getCmdClass () | |
| Returns the fully-qualified classname of the requested command class. More... | |
| setCmdClass ($a_cmd_class) | |
| Sets the command class that should be executed next. More... | |
| getNextClass ($a_gui_class=null) | |
| Returns the fully-qualified classname of the next class in the control flow. More... | |
| saveParameter (object $a_gui_obj, $a_parameter) | |
| Sets parameters for the given object. More... | |
| saveParameterByClass (string $a_class, $a_parameter) | |
| Sets a parameter for the given GUI class that must be passed in every target link generation. More... | |
| setParameter (object $a_gui_obj, string $a_parameter, $a_value) | |
| Sets a parameter for the given GUI object and appends the given value. More... | |
| setParameterByClass (string $a_class, string $a_parameter, $a_value) | |
| Sets a parameter for the given GUI class and appends the given value as well. More... | |
| getParameterArray (object $a_gui_obj) | |
| Returns all parameters that have been saved or set for a GUI object. More... | |
| getParameterArrayByClass (string $a_class) | |
| Returns all parameters that have been saved or set for a given GUI class. More... | |
| clearParameters (object $a_gui_obj) | |
| Removes all currently set or saved parameters for the given GUI object. More... | |
| clearParametersByClass (string $a_class) | |
| Removes all currently set or saved parameters for the given GUI class. More... | |
| clearParameterByClass (string $a_class, string $a_parameter) | |
| Removes a specific parameter of a specific class that is currently set or saved. More... | |
| getLinkTarget (object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false) | |
| Returns a link target for the given information. More... | |
| getLinkTargetByClass ( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false) | |
| Returns a link target for the given information. More... | |
| getFormAction (object $a_gui_obj, string $a_fallback_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false) | |
| Returns a form action link for the given information. More... | |
| getFormActionByClass ( $a_class, string $a_fallback_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false) | |
| Returns a form action link for the given information. More... | |
| redirect (object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false) | |
| Redirects to another GUI object. More... | |
| redirectByClass ( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false) | |
| Redirects to the provided GUI class. More... | |
| redirectToURL (string $target_url) | |
| Redirects to the given target URL. More... | |
| setContextObject (int $obj_id, string $obj_type) | |
| Sets the current object (id and type) of ilCtrl's context. More... | |
| getContextObjId () | |
| Returns the current context's object id. More... | |
| getContextObjType () | |
| Returns the current context's object type. More... | |
| getCallHistory () | |
| Returns the descending stacktrace of ilCtrl calls that have been made. More... | |
| lookupClassPath (string $a_class) | |
| Get class path that can be used in include statements for a given class name. More... | |
| lookupOriginalClassName (string $a_class) | |
| This method was introduced due to composer being case-sensitive when autoloading classes. More... | |
| getClassForClasspath (string $a_class_path) | |
| Returns the effective classname for a given path. More... | |
| setTargetScript (string $a_target_script) | |
| Sets the current ilCtrl target script (default ilias.php). More... | |
| isAsynch () | |
| Returns whether the current request is an asynchronous one. More... | |
| setReturn (object $a_gui_obj, string $a_cmd=null) | |
| Sets the return command of a given GUI object. More... | |
| setReturnByClass (string $a_class, string $a_cmd=null) | |
| Sets the return command of a given class. More... | |
| getParentReturn (object $a_gui_obj) | |
| getParentReturnByClass (string $a_class) | |
| returnToParent (object $a_gui_obj, string $a_anchor=null) | |
| Redirects to next parent class set with setReturn(). More... | |
| getRedirectSource () | |
| Returns the current redirect source. More... | |
| insertCtrlCalls ($a_parent, $a_child, string $a_comp_prefix) | |
| Inserts an ilCtrl call record into the database. More... | |
| checkCurrentPathForClass (string $gui_class) | |
| Check if current CID trace contains a certain gui class. More... | |
| getCurrentClassPath () | |
| Get current class path as array of class file names. More... | |
Private Member Functions | |
| getQueryParam (string $parameter_name) | |
| Returns a parameter with the given name from the current GET request. More... | |
| getTableCommand () | |
| getPostCommand () | |
| Returns the current $_POST command. More... | |
| getTargetUrl ( $a_class, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $is_escaped=false, bool $is_post=false) | |
| Helper function that returns a target URL string. More... | |
| isCmdSecure (bool $is_post, string $cmd_class, string $cmd=null) | |
| Returns whether a given command is considered safe or not. More... | |
| appendParameterStringsByClass (string $class_name, string $target_url, bool $is_escaped=false) | |
| Appends all parameters for a given class to the given URL. More... | |
| populateCall (string $class_name, string $cmd_mode) | |
| Helper function that populates a call in the current stacktrace. More... | |
| getClassByObject ($object) | |
| Helper function that returns the class name of a mixed (object or string) parameter. More... | |
Private Attributes | |
| ResponseSenderStrategy | $response_sender |
| ServerRequestInterface | $server_request |
| RequestWrapper | $post_parameters |
| RequestWrapper | $get_parameters |
| Refinery | $refinery |
| ilCtrlStructureInterface | $structure |
| ilCtrlTokenRepositoryInterface | $token_repository |
| ilCtrlContextInterface | $context |
| ilCtrlPathFactoryInterface | $path_factory |
| ilComponentFactory | $component_factory |
| ilCtrlQueryParserInterface | $query_parser |
| array | $stacktrace = [] |
| object | $exec_object = null |
Additional Inherited Members | |
Data Fields inherited from ilCtrlInterface | |
| const | CMD_POST = 'post' |
| const | PARAM_CSRF_TOKEN = 'rtoken' |
| $_GET request parameter names, used throughout ilCtrl. More... | |
| const | PARAM_CID_PATH = 'cmdNode' |
| const | PARAM_REDIRECT = 'redirectSource' |
| const | PARAM_BASE_CLASS = 'baseClass' |
| const | PARAM_CMD_CLASS = 'cmdClass' |
| const | PARAM_CMD_MODE = 'cmdMode' |
| const | PARAM_CMD_FALLBACK = 'fallbackCmd' |
| const | PARAM_CMD = 'cmd' |
| const | PROTECTED_PARAMETERS |
| const | CMD_MODE_PROCESS = 'execComm' |
| different modes used for UI plugins (or in dev-mode). More... | |
| const | CMD_MODE_ASYNC = 'asynch' |
| const | CMD_MODE_HTML = 'getHtml' |
Class ilCtrl provides processing control methods.
A global instance is available through $DIC->ctrl() or $ilCtrl.
Definition at line 34 of file class.ilCtrl.php.
| ilCtrl::__construct | ( | ilCtrlStructureInterface | $structure, |
| ilCtrlTokenRepositoryInterface | $token_repository, | ||
| ilCtrlPathFactoryInterface | $path_factory, | ||
| ilCtrlContextInterface | $context, | ||
| ResponseSenderStrategy | $response_sender, | ||
| ServerRequestInterface | $server_request, | ||
| RequestWrapper | $post_parameters, | ||
| RequestWrapper | $get_parameters, | ||
| Refinery | $refinery, | ||
| ilComponentFactory | $component_factory, | ||
| ilCtrlQueryParserInterface | $query_parser | ||
| ) |
ilCtrl Constructor
| ilCtrlStructureInterface | $structure | |
| ilCtrlTokenRepositoryInterface | $token_repository | |
| ilCtrlPathFactoryInterface | $path_factory | |
| ilCtrlContextInterface | $context | |
| ResponseSenderStrategy | $response_sender | |
| ServerRequestInterface | $server_request | |
| RequestWrapper | $post_parameters | |
| RequestWrapper | $get_parameters | |
| Refinery | $refinery | |
| ilComponentFactory | $component_factory |
Definition at line 123 of file class.ilCtrl.php.
References $component_factory, $context, $get_parameters, $path_factory, $post_parameters, $query_parser, $refinery, $response_sender, $server_request, $structure, $token_repository, and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilCtrl::__clone | ( | ) |
Definition at line 149 of file class.ilCtrl.php.
References $structure.
|
private |
Appends all parameters for a given class to the given URL.
| string | $class_name | |
| string | $target_url | |
| bool | $is_escaped |
| ilCtrlException |
Definition at line 1126 of file class.ilCtrl.php.
References ILIAS\LTI\ToolProvider\$key.
| ilCtrl::callBaseClass | ( | string | $a_base_class = null | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 157 of file class.ilCtrl.php.
References forwardCommand().
Here is the call graph for this function:| ilCtrl::checkCurrentPathForClass | ( | string | $gui_class | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 804 of file class.ilCtrl.php.
| ilCtrl::clearParameterByClass | ( | string | $a_class, |
| string | $a_parameter | ||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 445 of file class.ilCtrl.php.
| ilCtrl::clearParameters | ( | object | $a_gui_obj | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 426 of file class.ilCtrl.php.
References clearParametersByClass(), and getClassByObject().
Here is the call graph for this function:| ilCtrl::clearParametersByClass | ( | string | $a_class | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 434 of file class.ilCtrl.php.
Referenced by clearParameters(), and ilExAssignmentInfo\getInstructionFileInfo().
Here is the caller graph for this function:| ilCtrl::forwardCommand | ( | object | $a_gui_object | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 184 of file class.ilCtrl.php.
References populateCall().
Referenced by callBaseClass(), ilBookingGatewayGUI\executeCommand(), ilGroupUserActionsGUI\executeCommand(), McstPodcastGUI\executeCommand(), ilPortfolioRoleAssignmentGUI\executeCommand(), ilContainerSkillGUI\executeCommand(), ilContSkillPresentationGUI\executeCommand(), ilAchievementsGUI\executeCommand(), ilObjLearningHistorySettingsGUI\executeCommand(), ilLTIRouterGUI\executeCommand(), ilMediaCreationGUI\executeCommand(), ilNewsTimelineGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilSkillTreeAdminGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), and ilChatroomInfoGUI\executeDefault().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrl::getCallHistory | ( | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 661 of file class.ilCtrl.php.
|
private |
Helper function that returns the class name of a mixed (object or string) parameter.
| object | string | $object |
Definition at line 1211 of file class.ilCtrl.php.
Referenced by clearParameters(), getNextClass(), getParameterArray(), saveParameter(), and setParameter().
Here is the caller graph for this function:| ilCtrl::getClassForClasspath | ( | string | $a_class_path | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 690 of file class.ilCtrl.php.
| ilCtrl::getCmd | ( | string | $fallback_command = null | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 241 of file class.ilCtrl.php.
References getPostCommand(), getQueryParam(), getTableCommand(), and isCmdSecure().
Referenced by ilBookingProcessGUI\executeCommand(), ilBookingGatewayGUI\executeCommand(), ilBookingPreferencesGUI\executeCommand(), ilBookingReservationsGUI\executeCommand(), ilExcRandomAssignmentGUI\executeCommand(), ilGroupAddToGroupActionGUI\executeCommand(), ilGroupUserActionsGUI\executeCommand(), ilLMImportGUI\executeCommand(), McstImageGalleryGUI\executeCommand(), McstPodcastGUI\executeCommand(), ilMediaPoolImportGUI\executeCommand(), ilPortfolioRoleAssignmentGUI\executeCommand(), ilSurveyConstraintsGUI\executeCommand(), ilSurveyRaterGUI\executeCommand(), ilSurveySkillDeterminationGUI\executeCommand(), ilSurveySkillGUI\executeCommand(), ilSurveySkillThresholdsGUI\executeCommand(), ilAccordionPropertiesStorageGUI\executeCommand(), ilSessionStatisticsGUI\executeCommand(), ilClassificationBlockGUI\executeCommand(), ilContainerBlockPropertiesStorageGUI\executeCommand(), ilContainerFilterAdminGUI\executeCommand(), ilPCQuestionGUI\executeCommand(), ilPageEditorServerAdapterGUI\executeCommand(), ilAchievementsGUI\executeCommand(), ilObjLearningHistorySettingsGUI\executeCommand(), ilLearningHistoryGUI\executeCommand(), ilMediaCreationGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjNotificationSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilDashboardRecommendedContentGUI\executeCommand(), ilRecommendedContentRoleConfigGUI\executeCommand(), ilSkillTreeAdminGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilTablePropertiesStorageGUI\executeCommand(), ilTaggingSlateContentGUI\executeCommand(), ilPDTasksBlockGUI\executeCommand(), ilDerivedTasksGUI\executeCommand(), ilCharSelectorGUI\executeCommand(), ilObjWorkflowEngineGUI\executeCommand(), and ilContainerGUI\forwardToPageObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrl::getCmdClass | ( | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 301 of file class.ilCtrl.php.
| ilCtrl::getContextObjId | ( | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 645 of file class.ilCtrl.php.
| ilCtrl::getContextObjType | ( | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 653 of file class.ilCtrl.php.
| ilCtrl::getCurrentClassPath | ( | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 820 of file class.ilCtrl.php.
| ilCtrl::getFormAction | ( | object | $a_gui_obj, |
| string | $a_fallback_cmd = null, |
||
| string | $a_anchor = null, |
||
| bool | $is_async = false, |
||
| bool | $has_xml_style = false |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 491 of file class.ilCtrl.php.
Referenced by ilTestSkillLevelThresholdsTableGUI\__construct(), ilAddAnswerFormBuilder\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilParticipantsPerAssignmentTableGUI\__construct(), ilChatroomHistoryGUI\byDay(), ilChatroomHistoryGUI\bySession(), ilPortfolioRoleAssignmentGUI\confirmAssignmentDeletion(), ilContSkillAdminGUI\confirmDeleteSelectedLocalProfiles(), ilContSkillAdminGUI\confirmDeleteSingleLocalProfile(), ilContSkillAdminGUI\confirmRemoveSelectedGlobalProfiles(), ilContSkillAdminGUI\confirmRemoveSelectedSkill(), ilContSkillAdminGUI\confirmRemoveSingleGlobalProfile(), ilSessionStatisticsGUI\current(), ilContSkillAdminGUI\deassignCompetencesConfirm(), ilChatroomAdminSmileyGUI\deleteMultipleObject(), ilMediaCreationGUI\editTitlesAndDescriptions(), ilChatroomSettingsGUI\general(), ilExSubmissionTeamGUI\getAdoptForm(), ilObjStyleSheetGUI\getCloneForm(), ilObjStyleSheetGUI\getCreateForm(), McstImageGalleryGUI\getHTML(), ilObjStyleSheetGUI\getImportForm(), ilPCAMDFormGUI\getPortfolioForm(), ilPortfolioRoleAssignmentGUI\initAssignmentForm(), ilObjNotificationSettingsGUI\initForm(), ilUserProfileInfoSettingsGUI\initForm(), ilObjUserGUI\initForm(), ilMediaCreationGUI\initPoolSelection(), ilBookingGatewayGUI\initSettingsForm(), ilContSkillAdminGUI\initSettingsForm(), ilChatroomAdminSmileyGUI\initSmiliesEditForm(), ilChatroomAdminSmileyGUI\initSmiliesForm(), ilHistoryTableGUI\initTable(), ilMediaCreationGUI\initUrlForm(), ilContSkillAdminGUI\listProfiles(), ilSessionStatisticsGUI\long(), ilSessionStatisticsGUI\periodic(), ilSessionStatisticsGUI\renderCurrentBasics(), ilSessionStatisticsGUI\short(), ilChatroomAdminSmileyGUI\showDeleteSmileyFormObject(), ilChatroomViewGUI\showNameSelection(), and ilChatroomViewGUI\showRoom().
Here is the caller graph for this function:| ilCtrl::getFormActionByClass | ( | $a_class, | |
| string | $a_fallback_cmd = null, |
||
| string | $a_anchor = null, |
||
| bool | $is_async = false, |
||
| bool | $has_xml_style = false |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 510 of file class.ilCtrl.php.
Referenced by ilPortfolioPageGUI\getCourseSortAction(), and ilPortfolioTemplatePageGUI\getCourseSortAction().
Here is the caller graph for this function:| ilCtrl::getHTML | ( | object | $a_gui_object, |
| array | $a_parameters = null |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 209 of file class.ilCtrl.php.
References $context, $exec_object, $structure, and populateCall().
Here is the call graph for this function:| ilCtrl::getLinkTarget | ( | object | $a_gui_obj, |
| string | $a_cmd = null, |
||
| string | $a_anchor = null, |
||
| bool | $is_async = false, |
||
| bool | $has_xml_style = false |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 453 of file class.ilCtrl.php.
Referenced by ilObjWorkspaceFolderGUI\addContentSubTabs(), ilTaxMDGUI\addSubTab(), ILIAS\COPage\Editor\Components\Page\PageQueryActionHandler\allCommand(), ilGroupAddToGroupActionGUI\confirmAddUser(), ilLMPageObjectGUI\create(), ilContProfileTableGUI\fillRow(), ilContSkillMemberTableGUI\fillRow(), ilCopySelfAssQuestionTableGUI\fillRow(), ILIAS\COPage\Editor\Components\Page\PageQueryActionHandler\getActionsDropDown(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), ilNoteGUI\getCommentsWidget(), ilContainerFilterAdminGUI\getFieldSelectionForm(), ilLikeGUI\getHTML(), ILIAS\COPage\Editor\Components\Page\PageQueryActionHandler\getMultiLangActions(), ilPCAMDFormGUI\getTemplateForm(), ILIAS\COPage\Editor\Components\Page\PageQueryActionHandler\getTopActions(), ilObjPortfolioAdministrationGUI\initAuthorshipForm(), ilObjLearningHistorySettingsGUI\initForm(), ilObjCommentsSettingsGUI\initForm(), ilObjNotesSettingsGUI\initForm(), ilObjWorkflowEngineGUI\initLocator(), ilLMPageObjectGUI\initNewPageForm(), ilBookingPreferencesGUI\initPreferenceForm(), ilObjSkillTreeGUI\initTreeForm(), ilContSkillAdminGUI\listCompetences(), ilRecommendedContentRoleConfigGUI\listItems(), ilMediaCreationGUI\listPoolItems(), ilLearningHistoryGUI\renderButton(), ilTaggingSlateContentGUI\renderResourcesForTag(), ilObjDashboardSettingsGUI\setSettingsSubTabs(), ilPDNotesGUI\setToolbar(), ilGroupAddToGroupActionGUI\show(), ilSkillRootGUI\showImportForm(), ilSkillProfileGUI\showLevelsWithLocalContext(), and ilChatroomViewGUI\showRoom().
Here is the caller graph for this function:| ilCtrl::getLinkTargetByClass | ( | $a_class, | |
| string | $a_cmd = null, |
||
| string | $a_anchor = null, |
||
| bool | $is_async = false, |
||
| bool | $has_xml_style = false |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 472 of file class.ilCtrl.php.
Referenced by ilBlockGUI\addRepoCommands(), ilContainerSkillGUI\addTabs(), ilSkillProfileGUI\createLocal(), ilBookingParticipantsTableGUI\fillRow(), ilContProfileTableGUI\fillRow(), ilHistoryTableGUI\fillRow(), ILIAS\Skill\Tree\SkillTreeTableGUI\fillRow(), ILIAS\COPage\Editor\Components\Page\PageQueryActionHandler\getActionsDropDown(), ilContainerPageGUI\getAdditionalPageActions(), ilObjLearningHistorySettingsGUI\getAdminTabs(), ilObjCommentsSettingsGUI\getAdminTabs(), ilObjNotesSettingsGUI\getAdminTabs(), ilObjPersonalWorkspaceSettingsGUI\getAdminTabs(), ilNoteGUI\getButton(), ilAccessibilitySupportContactsGUI\getFooterLink(), McstImageGalleryGUI\getHTML(), McstPodcastGUI\getHTML(), ilSurveyContainsDataMessageBoxGUI\getHTML(), ilExAssignmentInfo\getInstructionFileInfo(), ilAchievementsGUI\getLinks(), ilNoteGUI\getShyButton(), ilBookingPreferencesGUI\listBookingResults(), ilContSkillAdminGUI\listProfiles(), ilSkillTreeAdminGUI\listTrees(), ilBookingGatewayGUI\setSubTabs(), ilPDNotesGUI\setToolbar(), ilSkillProfileGUI\showLevelsWithLocalContext(), and ilChatroomViewGUI\showRoom().
Here is the caller graph for this function:| ilCtrl::getNextClass | ( | $a_gui_class = null | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 325 of file class.ilCtrl.php.
References getClassByObject().
Referenced by ilBookingProcessGUI\executeCommand(), ilBookingGatewayGUI\executeCommand(), ilBookingParticipantGUI\executeCommand(), ilBookingPreferencesGUI\executeCommand(), ilBookingReservationsGUI\executeCommand(), ilBookingScheduleGUI\executeCommand(), ilExcRandomAssignmentGUI\executeCommand(), ilExcCriteriaGUI\executeCommand(), ilExSubmissionGUI\executeCommand(), ilExSubmissionTeamGUI\executeCommand(), ilExSubmissionTextGUI\executeCommand(), ilGroupAddToGroupActionGUI\executeCommand(), ilGroupUserActionsGUI\executeCommand(), McstImageGalleryGUI\executeCommand(), McstPodcastGUI\executeCommand(), ilPortfolioRoleAssignmentGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilSurveyRaterGUI\executeCommand(), ilTestSignatureGUI\executeCommand(), ilWikiFunctionsBlockGUI\executeCommand(), ilWikiImportantPagesBlockGUI\executeCommand(), ilWikiStatGUI\executeCommand(), ilSessionStatisticsGUI\executeCommand(), ilBadgeManagementGUI\executeCommand(), ilContainerFilterAdminGUI\executeCommand(), ilPageMultiLangGUI\executeCommand(), ilPageEditorServerAdapterGUI\executeCommand(), ilAchievementsGUI\executeCommand(), ilFormPropertyDispatchGUI\executeCommand(), ilPropertyFormGUI\executeCommand(), ilObjLearningHistorySettingsGUI\executeCommand(), ilLearningHistoryGUI\executeCommand(), ilLTIRouterGUI\executeCommand(), ilMediaCreationGUI\executeCommand(), ilImageMapEditorGUI\executeCommand(), ilNavigationHistoryGUI\executeCommand(), ilNewsForContextBlockGUI\executeCommand(), ilPDNewsBlockGUI\executeCommand(), ilObjCommentsSettingsGUI\executeCommand(), ilObjNotesSettingsGUI\executeCommand(), ilObjNotificationSettingsGUI\executeCommand(), ilObjPersonalWorkspaceSettingsGUI\executeCommand(), ilRatingCategoryGUI\executeCommand(), ilRatingGUI\executeCommand(), ilObjPluginDispatchGUI\executeCommand(), ilDashboardRecommendedContentGUI\executeCommand(), ilRecommendedContentRoleConfigGUI\executeCommand(), ilRepositoryObjectSearchBlockGUI\executeCommand(), ilSkillTreeAdminGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilTaggingGUI\executeCommand(), ilTaggingSlateContentGUI\executeCommand(), ilDerivedTasksGUI\executeCommand(), and ilObjWorkflowEngineGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrl::getParameterArray | ( | object | $a_gui_obj | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 389 of file class.ilCtrl.php.
References getClassByObject(), and getParameterArrayByClass().
Here is the call graph for this function:| ilCtrl::getParameterArrayByClass | ( | string | $a_class | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 397 of file class.ilCtrl.php.
References ILIAS\LTI\ToolProvider\$key, and getQueryParam().
Referenced by getParameterArray().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrl::getParentReturn | ( | object | $a_gui_obj | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 761 of file class.ilCtrl.php.
Referenced by ilPageContentGUI\getParentReturn().
Here is the caller graph for this function:| ilCtrl::getParentReturnByClass | ( | string | $a_class | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 769 of file class.ilCtrl.php.
References $path.
|
private |
Returns the current $_POST command.
Definition at line 885 of file class.ilCtrl.php.
References function, and ILIAS\Repository\refinery().
Referenced by getCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Returns a parameter with the given name from the current GET request.
| string | $parameter_name |
Definition at line 840 of file class.ilCtrl.php.
References ILIAS\Repository\refinery().
Referenced by getCmd(), and getParameterArrayByClass().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrl::getRedirectSource | ( | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 788 of file class.ilCtrl.php.
|
private |
Definition at line 855 of file class.ilCtrl.php.
References function, and ILIAS\Repository\refinery().
Referenced by getCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Helper function that returns a target URL string.
(that function is horrific, I'm sorry little one)
| array | string | $a_class | |
| string | null | $a_cmd | |
| string | null | $a_anchor | |
| bool | $is_async | |
| bool | $is_escaped | |
| bool | $is_post |
| ilCtrlException |
Definition at line 925 of file class.ilCtrl.php.
| ilCtrl::insertCtrlCalls | ( | $a_parent, | |
| $a_child, | |||
| string | $a_comp_prefix | ||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 796 of file class.ilCtrl.php.
| ilCtrl::isAsynch | ( | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 708 of file class.ilCtrl.php.
Referenced by ilNoteGUI\getCommentsWidget(), ilBlockGUI\getHTMLNew(), ilLearningHistoryGUI\renderButton(), and ilNoteGUI\renderContent().
Here is the caller graph for this function:
|
private |
Returns whether a given command is considered safe or not.
| bool | $is_post | |
| string | $cmd_class | |
| string | null | $cmd |
Definition at line 1084 of file class.ilCtrl.php.
Referenced by getCmd().
Here is the caller graph for this function:| ilCtrl::lookupClassPath | ( | string | $a_class | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 669 of file class.ilCtrl.php.
References $path.
Referenced by ilLTIRouterGUI\executeCommand().
Here is the caller graph for this function:| ilCtrl::lookupOriginalClassName | ( | string | $a_class | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 682 of file class.ilCtrl.php.
|
private |
Helper function that populates a call in the current stacktrace.
| string | $class_name | |
| string | $cmd_mode |
Definition at line 1194 of file class.ilCtrl.php.
Referenced by forwardCommand(), and getHTML().
Here is the caller graph for this function:| ilCtrl::redirect | ( | object | $a_gui_obj, |
| string | $a_cmd = null, |
||
| string | $a_anchor = null, |
||
| bool | $is_async = false |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 530 of file class.ilCtrl.php.
Referenced by ilBadgeProfileGUI\activate(), ilBadgeProfileGUI\activateInCard(), ilExcCriteriaGUI\add(), ilExAssignmentEditorGUI\addAssignmentObject(), ilSessionStatisticsGUI\adminSync(), ilObjBlogGUI\afterSave(), ilObjItemGroupGUI\afterSave(), ilSkillTreeNodeGUI\afterUpdate(), ilRecommendedContentRoleConfigGUI\assignItem(), ilObjBlogAdministrationGUI\cancel(), ilObjExerciseAdministrationGUI\cancel(), ilObjMediaCastSettingsGUI\cancel(), ilObjPortfolioAdministrationGUI\cancel(), ilObjAwarenessAdministrationGUI\cancel(), ilObjTaggingSettingsGUI\cancel(), ilSkillRootGUI\cancelDelete(), ilObjMediaPoolGUI\cancelSave(), ilInternalLinkGUI\changeLinkType(), ilRecommendedContentRoleConfigGUI\checkPushPermission(), ilPortfolioRoleAssignmentGUI\confirmAssignmentDeletion(), ilContSkillAdminGUI\confirmDeleteSelectedLocalProfiles(), ilContSkillAdminGUI\confirmDeleteSingleLocalProfile(), ilChatroomAdminSmileyGUI\confirmedDeleteMultipleObject(), ilContSkillAdminGUI\confirmRemoveSelectedGlobalProfiles(), ilContSkillAdminGUI\confirmRemoveSelectedSkill(), ilContSkillAdminGUI\confirmRemoveSingleGlobalProfile(), ilBadgeProfileGUI\deactivate(), ilBadgeProfileGUI\deactivateInCard(), ilContSkillAdminGUI\deassignCompetences(), ilContSkillAdminGUI\deassignCompetencesConfirm(), ilChatroomBanGUI\delete(), ilPortfolioRoleAssignmentGUI\deleteAssignments(), ilBasicSkillGUI\deleteLevel(), ilChatroomAdminSmileyGUI\deleteMultipleObject(), ilContSkillAdminGUI\deleteSelectedLocalProfiles(), ilContSkillAdminGUI\deleteSingleLocalProfile(), ilChatroomAdminSmileyGUI\deleteSmileyObject(), ilChatroomAdminViewGUI\executeDefault(), ilChatroomViewGUI\executeDefault(), ilContSkillAdminGUI\initCompetenceAssignmentForm(), ilChatroomViewGUI\invitePD(), ilSurveyParticipantsGUI\inviteUsers(), ilContSkillAdminGUI\publishAssignments(), ilEditClipboardGUI\remove(), ilContSkillAdminGUI\removeSelectedGlobalProfiles(), ilContSkillAdminGUI\removeSelectedSkill(), ilContSkillAdminGUI\removeSingleGlobalProfile(), ilInternalLinkGUI\resetLinkList(), ilObjMediaPoolGUI\returnFromItem(), ilChatroomCreateGUI\save(), ilObjNotificationSettingsGUI\save(), ilTaxMDGUI\save(), ilUserProfileInfoSettingsGUI\save(), ilPortfolioRoleAssignmentGUI\saveAssignment(), ilObjPortfolioAdministrationGUI\saveAuthorship(), ilChatroomAdminViewGUI\saveClientSettings(), ilContSkillAdminGUI\saveCompetenceAssignment(), ilContainerFilterAdminGUI\saveFields(), ilBookingPreferencesGUI\savePreferences(), ilUserPrivacySettingsGUI\savePrivacySettings(), ilContSkillAdminGUI\saveSelectedProfile(), ilContSkillAdminGUI\saveSelectedSkill(), ilBookingGatewayGUI\saveSettings(), ilContSkillAdminGUI\saveSettings(), ilObjLearningHistorySettingsGUI\saveSettings(), ilObjCommentsSettingsGUI\saveSettings(), ilObjNotesSettingsGUI\saveSettings(), ilObjDashboardSettingsGUI\saveViewSettings(), ilExerciseManagementGUI\selectAssignmentObject(), ilExerciseManagementGUI\selectParticipantObject(), ilMediaCreationGUI\selectPool(), ilInternalLinkGUI\setMedPoolFolder(), ilBookingGatewayGUI\show(), and ilObjHelpSettingsGUI\uploadHelpFile().
Here is the caller graph for this function:| ilCtrl::redirectByClass | ( | $a_class, | |
| string | $a_cmd = null, |
||
| string | $a_anchor = null, |
||
| bool | $is_async = false |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 547 of file class.ilCtrl.php.
Referenced by ilObjCmiXapiVerificationGUI\_goto(), ilObjCourseReferenceGUI\_goto(), ilObjLTIConsumerVerificationGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjCourseVerificationGUI\_goto(), ilLMPageObjectGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjWorkspaceFolderGUI\_goto(), ilObjectGUI\_gotoRepositoryNode(), ilObjectGUI\_gotoRepositoryRoot(), ilObjectGUI\_gotoSharedWorkspaceNode(), ilNoteGUI\activateComments(), ilObjFileBasedLMGUI\cancelCreationObject(), ilObjSkillTreeGUI\confirmedDeleteTrees(), ilContentStyleSettingsGUI\createStyle(), ilNoteGUI\deactivateComments(), ilObjStyleSheetGUI\editObject(), ilObjLearningSequenceGUI\forwardByClass(), ilChatroomSettingsGUI\general(), ilAdministrationGUI\jumpToPluginSlot(), ilSkillProfileGUI\listLocalProfiles(), ilChatroomViewGUI\logout(), ilChatroomViewGUI\lostConnection(), ilObjFileBasedLMGUI\redirectAfterCreation(), ilChatroomGUIHandler\redirectIfNoPermission(), ilObjSessionGUI\redirectToParentContentPageObject(), ilRepositoryGUI\redirectToRoot(), ilKSDocumentationGotoLink\redirectWithGotoLink(), ilObjSkillTreeGUI\save(), ilBookingGatewayGUI\show(), ilAchievementsGUI\show(), ilPDNotesGUI\showPrivateNotes(), ilChatroomViewGUI\showRoom(), ilChatroomKickGUI\sub(), and ilObjFileBasedLMGUI\toFilesystem().
Here is the caller graph for this function:| ilCtrl::redirectToURL | ( | string | $target_url | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 566 of file class.ilCtrl.php.
References Vendor\Package\$e, $response, and exit.
| ilCtrl::returnToParent | ( | object | $a_gui_obj, |
| string | $a_anchor = null |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 738 of file class.ilCtrl.php.
Referenced by ilMediaCreationGUI\cancel(), ilMediaCreationGUI\cancelCreate(), ilNewsForContextBlockGUI\cancelSettings(), ilDashboardRecommendedContentGUI\makeFavourite(), ilDashboardRecommendedContentGUI\remove(), and ilMediaCreationGUI\saveTitlesAndDescriptions().
Here is the caller graph for this function:| ilCtrl::saveParameter | ( | object | $a_gui_obj, |
| $a_parameter | |||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 349 of file class.ilCtrl.php.
References getClassByObject(), and saveParameterByClass().
Referenced by ilContSkillAdminGUI\assignCompetences(), ilSurveySkillGUI\assignSkillToQuestion(), ilMediaCreationGUI\editTitlesAndDescriptions(), ilNewsTimelineGUI\executeCommand(), ilBookingGatewayGUI\initPool(), ilChatroomAdminSmileyGUI\initSmiliesEditForm(), and ilChatroomViewGUI\showNameSelection().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrl::saveParameterByClass | ( | string | $a_class, |
| $a_parameter | |||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 357 of file class.ilCtrl.php.
Referenced by ilContainerContentGUI\getRightColumnHTML(), and saveParameter().
Here is the caller graph for this function:| ilCtrl::setCmd | ( | ?string | $a_cmd | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 289 of file class.ilCtrl.php.
Referenced by ilChatroomInfoGUI\executeDefault(), and ilObjectCopyGUI\keepObjectsInClipboard().
Here is the caller graph for this function:| ilCtrl::setCmdClass | ( | $a_cmd_class | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 313 of file class.ilCtrl.php.
| ilCtrl::setContextObject | ( | int | $obj_id, |
| string | $obj_type | ||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 633 of file class.ilCtrl.php.
| ilCtrl::setParameter | ( | object | $a_gui_obj, |
| string | $a_parameter, | ||
| $a_value | |||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 373 of file class.ilCtrl.php.
References getClassByObject(), and setParameterByClass().
Referenced by ilObjWikiGUI\addPagesSubTabs(), ilObjWikiGUI\addPageTabs(), ilPCDataTableGUI\afterCreation(), ilObjMediaPoolGUI\cancelFolderUpdate(), ilInternalLinkGUI\changeLinkType(), ilGroupAddToGroupActionGUI\confirmAddUser(), ilLMPageObjectGUI\create(), ilSkillTreeNodeGUI\deleteNodes(), ilNoteGUI\deleteNote(), ilRatingCategoryGUI\edit(), ilGroupAddToGroupActionGUI\executeCommand(), ilBookingSchedulesTableGUI\fillRow(), ilAssignmentsPerParticipantTableGUI\fillRow(), ilExerciseVerificationTableGUI\fillRow(), ilParticipantsPerAssignmentTableGUI\fillRow(), ilExcCriteriaCatalogueTableGUI\fillRow(), ilExcCriteriaTableGUI\fillRow(), ilLMGlossaryTableGUI\fillRow(), ilLMMenuItemsTableGUI\fillRow(), ilSurveySkillAssignmentTableGUI\fillRow(), ilSurveySkillTableGUI\fillRow(), ilSettingsTemplateTableGUI\fillRow(), ilBadgeImageTemplateTableGUI\fillRow(), ilObjectBadgeTableGUI\fillRow(), ilContProfileTableGUI\fillRow(), ilContSkillMemberTableGUI\fillRow(), ilCopySelfAssQuestionTableGUI\fillRow(), ilPageLayoutTableGUI\fillRow(), ilHelpModuleTableGUI\fillRow(), ilWorkspaceAccessTableGUI\fillRow(), ilRatingCategoryTableGUI\fillRow(), ilNewItemGroupTableGUI\fillRow(), ilSkillLevelTableGUI\fillRow(), ilSkillLevelProfileAssignmentTableGUI\fillRow(), ilSkillProfileTableGUI\fillRow(), ilStyleMediaQueryTableGUI\fillRow(), ilTableTemplatesTableGUI\fillRow(), ilStyleColorTableGUI\fillRow(), ilTaxonomyListTableGUI\fillRow(), ilTaxonomyTableGUI\fillRow(), ILIAS\COPage\Editor\Components\Page\PageQueryActionHandler\getActionsDropDown(), ilNoteGUI\getCommentsHTML(), ilNoteGUI\getCommentsWidget(), ilLikeGUI\getHTML(), ILIAS\COPage\Editor\Components\Page\PageQueryActionHandler\getMultiLangActions(), ilMaterialExplorer\getNodeHref(), ilNoteGUI\getNotesHTML(), ilInternalLinkGUI\init(), ilObjWorkflowEngineGUI\initLocator(), ilBookingGatewayGUI\initPool(), ilSkillProfileGUI\initProfileForm(), ilChatroomAdminSmileyGUI\initSmiliesEditForm(), ilChatroomAdminSmileyGUI\initSmiliesForm(), ilChatroomViewGUI\invitePD(), ilExAssignmentEditorGUI\listAssignmentsObject(), ilMediaCreationGUI\listPoolItems(), ilPCContentIncludeGUI\poolSelection(), ilLearningHistoryGUI\renderButton(), ilInternalLinkGUI\resetLinkList(), ilObjMediaPoolGUI\returnFromItem(), ilChatroomCreateGUI\save(), ilExerciseManagementGUI\selectAssignmentObject(), ilExerciseManagementGUI\selectParticipantObject(), ilPCContentIncludeGUI\selectPool(), ilPCQuestionGUI\selectPool(), ilMediaCreationGUI\selectPool(), ilInternalLinkGUI\setMedPoolFolder(), and ilRepositorySelectorInputGUI\showRepositorySelection().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCtrl::setParameterByClass | ( | string | $a_class, |
| string | $a_parameter, | ||
| $a_value | |||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 381 of file class.ilCtrl.php.
Referenced by ilObjCmiXapiVerificationGUI\_goto(), ilObjCourseReferenceGUI\_goto(), ilObjLTIConsumerVerificationGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjCourseVerificationGUI\_goto(), ilLMPageObjectGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjWikiGUI\_goto(), ilObjWorkspaceFolderGUI\_goto(), ilObjectGUI\_gotoRepositoryNode(), ilObjectGUI\_gotoRepositoryRoot(), ilObjectGUI\_gotoSharedWorkspaceNode(), ilBlockGUI\addRepoCommands(), ilBasicSkillGUI\afterSave(), ilBasicSkillTemplateGUI\afterSave(), ilSkillTemplateReferenceGUI\afterSave(), ilObjSkillTreeGUI\editSkills(), ilObjSkillManagementGUI\editSkillTemplates(), ilObjSkillTreeGUI\editSkillTemplates(), ilBookingParticipantsTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilFoundUsersTableGUI\fillRow(), ilContProfileTableGUI\fillRow(), ilHistoryTableGUI\fillRow(), ilSkillCatTableGUI\fillRow(), ilPersonalSkillTableGUI\fillRow(), ILIAS\Skill\Tree\SkillTreeTableGUI\fillRow(), ilContentStylesTableGUI\fillRow(), ilObjLearningSequenceGUI\forwardByClass(), ilChatroomSettingsGUI\general(), ILIAS\LearningModule\Menu\ilLMMenuGUI\getEntries(), McstImageGalleryGUI\getHTML(), McstPodcastGUI\getHTML(), ilRepositorySelector2InputGUI\getHTML(), ilExAssignmentInfo\getInstructionFileInfo(), ilNoteGUI\getItemForNote(), ilNewsForContextBlockGUI\getJSEnabler(), ilMediaPoolExplorerGUI\getNodeHref(), ilPCFileItemFileSelectorGUI\getNodeHref(), ilPoolSelectorGUI\getNodeHref(), ilRepositoryExplorerGUI\getNodeHref(), ilRepositorySelectorExplorerGUI\getNodeHref(), ilPersonalSkillExplorerGUI\getNodeHref(), ilSkillTemplateTreeExplorerGUI\getNodeHref(), ilTaxonomyExplorerGUI\getNodeHref(), ilNoteGUI\getShyButton(), ilBookingPreferencesGUI\listBookingResults(), ilChatroomViewGUI\logout(), ilObjFileBasedLMGUI\redirectAfterCreation(), ilChatroomGUIHandler\redirectIfNoPermission(), ilContainerReferenceGUI\redirectObject(), ilBasicSkillTemplateGUI\redirectToParent(), ilSkillTemplateReferenceGUI\redirectToParent(), ilObjSessionGUI\redirectToParentContentPageObject(), ilRepositoryGUI\redirectToRoot(), ilKSDocumentationGotoLink\redirectWithGotoLink(), ilFavouritesListGUI\render(), ilRepositorySelector2InputGUI\render(), setParameter(), ilObjSkillTreeGUI\showLocator(), ilChatroomKickGUI\sub(), and ilExerciseManagementGUI\waitingDownloadObject().
Here is the caller graph for this function:| ilCtrl::setReturn | ( | object | $a_gui_obj, |
| string | $a_cmd = null |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 716 of file class.ilCtrl.php.
Referenced by ilBookingGatewayGUI\executeCommand().
Here is the caller graph for this function:| ilCtrl::setReturnByClass | ( | string | $a_class, |
| string | $a_cmd = null |
||
| ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 724 of file class.ilCtrl.php.
Referenced by ilObjectCopyGUI\cancel().
Here is the caller graph for this function:| ilCtrl::setTargetScript | ( | string | $a_target_script | ) |
@inheritDoc
Implements ilCtrlInterface.
Definition at line 700 of file class.ilCtrl.php.
Referenced by ilObjCourseReferenceGUI\_goto(), ilObjCmiXapiGUI\_goto(), ilObjectPluginGUI\afterSave(), ilImageMapEditorGUI\editMapAreas(), ilObjLearningSequenceGUI\forwardByClass(), and ilKSDocumentationGotoLink\redirectWithGotoLink().
Here is the caller graph for this function:
|
private |
Definition at line 94 of file class.ilCtrl.php.
Referenced by __construct().
|
private |
Definition at line 82 of file class.ilCtrl.php.
Referenced by __construct(), and getHTML().
|
private |
Definition at line 108 of file class.ilCtrl.php.
Referenced by getHTML().
|
private |
Definition at line 58 of file class.ilCtrl.php.
Referenced by __construct().
|
private |
Definition at line 88 of file class.ilCtrl.php.
Referenced by __construct().
|
private |
Definition at line 52 of file class.ilCtrl.php.
Referenced by __construct().
|
private |
Definition at line 96 of file class.ilCtrl.php.
Referenced by __construct().
|
private |
Definition at line 64 of file class.ilCtrl.php.
Referenced by __construct().
|
private |
Definition at line 40 of file class.ilCtrl.php.
Referenced by __construct().
|
private |
Definition at line 46 of file class.ilCtrl.php.
Referenced by __construct().
|
private |
Definition at line 102 of file class.ilCtrl.php.
|
private |
Definition at line 70 of file class.ilCtrl.php.
Referenced by __clone(), __construct(), and getHTML().
|
private |
Definition at line 76 of file class.ilCtrl.php.
Referenced by __construct().