|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\LearningModule\Presentation\PresentationGUIRequest:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null) | |
| getRefId () | |
| getObjId () | |
| getObjType () | |
| getTranslation () | |
| getFocusId () | |
| getFocusReturn () | |
| getBackPage () | |
| getSearchString () | |
| getFrame () | |
| getFromPage () | |
| getMobId () | |
| getEmbedMode () | |
| getCmd () | |
| getPgId () | |
| getPgType () | |
| getNotificationSwitch () | |
| getType () | |
| getUrl () | |
| getRating () | |
| getItems () | |
| getSelectedType () | |
| getSelectedObjIds () | |
| getQuestionPageId () | |
| getQuestionId () | |
Data Fields | |
| trait | BaseGUIRequest |
| Base gui request wrapper. More... | |
Definition at line 23 of file class.PresentationGUIRequest.php.
| ILIAS\LearningModule\Presentation\PresentationGUIRequest::__construct | ( | \ILIAS\HTTP\Services | $http, |
| \ILIAS\Refinery\Factory | $refinery, | ||
| ?array | $passed_query_params = null, |
||
| ?array | $passed_post_data = null |
||
| ) |
Definition at line 27 of file class.PresentationGUIRequest.php.
References ILIAS\UI\examples\Layout\Page\Mail\$refinery, and ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getBackPage | ( | ) |
Definition at line 71 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getCmd | ( | ) |
Definition at line 101 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\isArray(), and ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getEmbedMode | ( | ) |
Definition at line 96 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getFocusId | ( | ) |
Definition at line 61 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getFocusReturn | ( | ) |
Definition at line 66 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getFrame | ( | ) |
Definition at line 81 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getFromPage | ( | ) |
Definition at line 86 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getItems | ( | ) |
Definition at line 139 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getMobId | ( | ) |
Definition at line 91 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getNotificationSwitch | ( | ) |
Definition at line 119 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getObjId | ( | ) |
Definition at line 46 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getObjType | ( | ) |
Definition at line 51 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getPgId | ( | ) |
Definition at line 109 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getPgType | ( | ) |
Definition at line 114 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getQuestionId | ( | ) |
Definition at line 159 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getQuestionPageId | ( | ) |
Definition at line 154 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getRating | ( | ) |
Definition at line 134 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getRefId | ( | ) |
Definition at line 41 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getSearchString | ( | ) |
Definition at line 76 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getSelectedObjIds | ( | ) |
Definition at line 149 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getSelectedType | ( | ) |
Definition at line 144 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getTranslation | ( | ) |
Definition at line 56 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getType | ( | ) |
Definition at line 124 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\LearningModule\Presentation\PresentationGUIRequest::getUrl | ( | ) |
Definition at line 129 of file class.PresentationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| trait ILIAS\Repository::BaseGUIRequest |
Base gui request wrapper.
This class processes all request parameters which are not handled by form classes already. POST overwrites GET with the same name. POST/GET parameters may be passed to the class for testing purposes.
Definition at line 33 of file trait.BaseGUIRequest.php.