|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Survey\Evaluation\EvaluationGUIRequest:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $get=null, ?array $post=null) | |
| getShowTable () | |
| getShowChart () | |
| getVW () | |
| getShowAbsolute () | |
| getShowPercentage () | |
| getCP () | |
| getAppraiseeId () | |
| getRaterId () | |
| getRefId () | |
| getCompEvalMode () | |
| getSurveyCode () | |
| getExportLabel () | |
| getExportFormat () | |
| getPrintSelection () | |
| getQuestionIds () | |
| getActiveIds () | |
Protected Attributes | |
| array | $params |
Definition at line 26 of file class.EvaluationGUIRequest.php.
| ILIAS\Survey\Evaluation\EvaluationGUIRequest::__construct | ( | \ILIAS\HTTP\Services | $http, |
| \ILIAS\Refinery\Factory | $refinery, | ||
| ?array | $get = null, |
||
| ?array | $post = null |
||
| ) |
Definition at line 32 of file class.EvaluationGUIRequest.php.
References $post, ILIAS\Repository\$refinery, and ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getActiveIds | ( | ) |
Definition at line 125 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getAppraiseeId | ( | ) |
Definition at line 80 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getCompEvalMode | ( | ) |
Definition at line 95 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getCP | ( | ) |
Definition at line 75 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getExportFormat | ( | ) |
Definition at line 110 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getExportLabel | ( | ) |
Definition at line 105 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getPrintSelection | ( | ) |
Definition at line 115 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getQuestionIds | ( | ) |
Definition at line 120 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getRaterId | ( | ) |
Definition at line 85 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getRefId | ( | ) |
Definition at line 90 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getShowAbsolute | ( | ) |
Definition at line 63 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getShowChart | ( | ) |
Definition at line 52 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getShowPercentage | ( | ) |
Definition at line 69 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getShowTable | ( | ) |
Definition at line 46 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getSurveyCode | ( | ) |
Definition at line 100 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Survey\Evaluation\EvaluationGUIRequest::getVW | ( | ) |
Definition at line 58 of file class.EvaluationGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.EvaluationGUIRequest.php.