ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

References ILIAS\Repository\initRequest().

35  {
36  $this->initRequest(
37  $http,
38  $refinery
39  );
40  }
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
Refinery Factory $refinery
+ 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.

References ILIAS\Repository\str().

57  : string
58  {
59  return $this->str("accesscode");
60  }
+ Here is the call graph for this function:

◆ getActiveCommand()

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

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

References ILIAS\Repository\str().

52  : string
53  {
54  return $this->str("activecommand");
55  }
+ Here is the call graph for this function:

◆ getAppraiseeId()

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

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

References ILIAS\Repository\int().

72  : int
73  {
74  return $this->int("appr_id");
75  }
+ Here is the call graph for this function:

◆ getDirection()

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

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

References ILIAS\Repository\int().

62  : int
63  {
64  return $this->int("direction");
65  }
+ Here is the call graph for this function:

◆ getMail()

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

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

References ILIAS\Repository\str().

67  : string
68  {
69  return $this->str("mail");
70  }
+ Here is the call graph for this function:

◆ getPreview()

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

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

References ILIAS\Repository\int().

82  : int
83  {
84  return $this->int("prvw");
85  }
+ Here is the call graph for this function:

◆ getQuestionId()

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

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

References ILIAS\Repository\int().

42  : int
43  {
44  return $this->int("qid");
45  }
+ Here is the call graph for this function:

◆ getRefId()

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

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

References ILIAS\Repository\int().

47  : int
48  {
49  return $this->int("ref_id");
50  }
+ Here is the call graph for this function:

◆ getTargetPosition()

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

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

References ILIAS\Repository\str().

77  : string
78  {
79  return $this->str("pgov");
80  }
+ 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: