ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 ()
 
 getAnonymousId ()
 
 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  }
$http
Definition: deliver.php:30
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.
+ 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:

◆ getAnonymousId()

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

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

References ILIAS\Repository\str().

63  : string
64  {
65  return $this->str("anonymous_id");
66  }
+ Here is the call graph for this function:

◆ getAppraiseeId()

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

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

References ILIAS\Repository\int().

78  : int
79  {
80  return $this->int("appr_id");
81  }
+ Here is the call graph for this function:

◆ getDirection()

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

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

References ILIAS\Repository\int().

68  : int
69  {
70  return $this->int("direction");
71  }
+ Here is the call graph for this function:

◆ getMail()

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

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

References ILIAS\Repository\str().

73  : string
74  {
75  return $this->str("mail");
76  }
+ Here is the call graph for this function:

◆ getPreview()

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

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

References ILIAS\Repository\int().

88  : int
89  {
90  return $this->int("prvw");
91  }
+ 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 83 of file class.ExecutionGUIRequest.php.

References ILIAS\Repository\str().

83  : string
84  {
85  return $this->str("pgov");
86  }
+ 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: