ILIAS  release_8 Revision v8.24
ILIAS\Survey\Execution\ExecutionGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Survey\Execution\ExecutionGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getQuestionId ()
 
 getRefId ()
 
 getActiveCommand ()
 
 getAccessCode ()
 
 getDirection ()
 
 getMail ()
 
 getAppraiseeId ()
 
 getTargetPosition ()
 
 getPreview ()
 

Protected Attributes

array $params
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file class.ExecutionGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Survey\Execution\ExecutionGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

Definition at line 32 of file class.ExecutionGUIRequest.php.

35 {
36 $this->initRequest(
37 $http,
39 );
40 }
Refinery Factory $refinery
initRequest(HTTP\Services $http, Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
Query params and post data parameters are used for testing.
$http
Definition: raiseError.php:7

References ILIAS\Repository\$refinery, and ILIAS\Repository\initRequest().

+ Here is the call graph for this function:

Member Function Documentation

◆ getAccessCode()

ILIAS\Survey\Execution\ExecutionGUIRequest::getAccessCode ( )

Definition at line 57 of file class.ExecutionGUIRequest.php.

57 : string
58 {
59 return $this->str("accesscode");
60 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getActiveCommand()

ILIAS\Survey\Execution\ExecutionGUIRequest::getActiveCommand ( )

Definition at line 52 of file class.ExecutionGUIRequest.php.

52 : string
53 {
54 return $this->str("activecommand");
55 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAppraiseeId()

ILIAS\Survey\Execution\ExecutionGUIRequest::getAppraiseeId ( )

Definition at line 72 of file class.ExecutionGUIRequest.php.

72 : int
73 {
74 return $this->int("appr_id");
75 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getDirection()

ILIAS\Survey\Execution\ExecutionGUIRequest::getDirection ( )

Definition at line 62 of file class.ExecutionGUIRequest.php.

62 : int
63 {
64 return $this->int("direction");
65 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getMail()

ILIAS\Survey\Execution\ExecutionGUIRequest::getMail ( )

Definition at line 67 of file class.ExecutionGUIRequest.php.

67 : string
68 {
69 return $this->str("mail");
70 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getPreview()

ILIAS\Survey\Execution\ExecutionGUIRequest::getPreview ( )

Definition at line 82 of file class.ExecutionGUIRequest.php.

82 : int
83 {
84 return $this->int("prvw");
85 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getQuestionId()

ILIAS\Survey\Execution\ExecutionGUIRequest::getQuestionId ( )

Definition at line 42 of file class.ExecutionGUIRequest.php.

42 : int
43 {
44 return $this->int("qid");
45 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Survey\Execution\ExecutionGUIRequest::getRefId ( )

Definition at line 47 of file class.ExecutionGUIRequest.php.

47 : int
48 {
49 return $this->int("ref_id");
50 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTargetPosition()

ILIAS\Survey\Execution\ExecutionGUIRequest::getTargetPosition ( )

Definition at line 77 of file class.ExecutionGUIRequest.php.

77 : string
78 {
79 return $this->str("pgov");
80 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

Field Documentation

◆ $params

array ILIAS\Survey\Execution\ExecutionGUIRequest::$params
protected

Definition at line 30 of file class.ExecutionGUIRequest.php.


The documentation for this class was generated from the following file: