|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null) | |
| getRefId () | |
| getQuestionId () | |
| getQuestionIds () | |
| getPreview () | |
| getSelectedQuestionTypes () | |
| getBaseClass () | |
| getSort () | |
| getPhraseId () | |
| getPhraseIds () | |
| getPhraseTitle () | |
| getAnswers () | |
| getColumns () | |
| getRows () | |
| getNeutralScale () | |
| getNeutral () | |
| getColumnNeutralScale () | |
| getNewLinkType () | |
| getNewForSurvey () | |
| getNewType () | |
| getLinkSourceId () | |
| getLinkItemId ($type) | |
| getReturn () | |
| getFiles () | |
| getMaterialIndexes () | |
| getPercentRow () | |
| getPercentColumns () | |
| getPercentBipAdj1 () | |
| getPercentBipAdj2 () | |
| getPercentNeutral () | |
| getObligatory () | |
Protected Attributes | |
| array | $params |
Definition at line 27 of file class.EditingGUIRequest.php.
| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::__construct | ( | \ILIAS\HTTP\Services | $http, |
| \ILIAS\Refinery\Factory | $refinery, | ||
| ?array | $passed_query_params = null, |
||
| ?array | $passed_post_data = null |
||
| ) |
Definition at line 33 of file class.EditingGUIRequest.php.
References ILIAS\Repository\$passed_post_data, ILIAS\Repository\$passed_query_params, ILIAS\Repository\$refinery, and ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getAnswers | ( | ) |
Definition at line 105 of file class.EditingGUIRequest.php.
References ILIAS\Repository\arrayArray(), and ilArrayUtil\stripSlashesRecursive().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getBaseClass | ( | ) |
Definition at line 77 of file class.EditingGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getColumnNeutralScale | ( | ) |
Definition at line 134 of file class.EditingGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getColumns | ( | ) |
Definition at line 111 of file class.EditingGUIRequest.php.
References ILIAS\Repository\arrayArray(), and ilArrayUtil\stripSlashesRecursive().
Referenced by ILIAS\UI\Implementation\Component\Table\Data\getOptionalColumns(), and ILIAS\UI\Implementation\Component\Table\Data\getVisibleColumns().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getFiles | ( | ) |
Definition at line 170 of file class.EditingGUIRequest.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getLinkItemId | ( | $type | ) |
Definition at line 159 of file class.EditingGUIRequest.php.
References $type, and ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getLinkSourceId | ( | ) |
Definition at line 154 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getMaterialIndexes | ( | ) |
Definition at line 175 of file class.EditingGUIRequest.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getNeutral | ( | ) |
Definition at line 128 of file class.EditingGUIRequest.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getNeutralScale | ( | ) |
Definition at line 123 of file class.EditingGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getNewForSurvey | ( | ) |
Definition at line 144 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getNewLinkType | ( | ) |
Definition at line 139 of file class.EditingGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getNewType | ( | ) |
Definition at line 149 of file class.EditingGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getObligatory | ( | ) |
Definition at line 205 of file class.EditingGUIRequest.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPercentBipAdj1 | ( | ) |
Definition at line 190 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPercentBipAdj2 | ( | ) |
Definition at line 195 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPercentColumns | ( | ) |
Definition at line 185 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPercentNeutral | ( | ) |
Definition at line 200 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPercentRow | ( | ) |
Definition at line 180 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPhraseId | ( | ) |
Definition at line 89 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPhraseIds | ( | ) |
Definition at line 94 of file class.EditingGUIRequest.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPhraseTitle | ( | ) |
Definition at line 99 of file class.EditingGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getPreview | ( | ) |
Definition at line 67 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getQuestionId | ( | ) |
Definition at line 52 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getQuestionIds | ( | ) |
Definition at line 58 of file class.EditingGUIRequest.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getRefId | ( | ) |
Definition at line 47 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getReturn | ( | ) |
Definition at line 164 of file class.EditingGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getRows | ( | ) |
Definition at line 117 of file class.EditingGUIRequest.php.
References ILIAS\Repository\arrayArray(), and ilArrayUtil\stripSlashesRecursive().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getSelectedQuestionTypes | ( | ) |
Definition at line 72 of file class.EditingGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest::getSort | ( | ) |
Definition at line 83 of file class.EditingGUIRequest.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:
|
protected |
Definition at line 31 of file class.EditingGUIRequest.php.