ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

35 {
36 $this->initRequest(
37 $http,
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.

References ILIAS\UI\examples\Layout\Page\Standard\$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:

◆ getAnonymousId()

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

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

63 : string
64 {
65 return $this->str("anonymous_id");
66 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAppraiseeId()

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

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

78 : int
79 {
80 return $this->int("appr_id");
81 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getDirection()

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

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

68 : int
69 {
70 return $this->int("direction");
71 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getMail()

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

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

73 : string
74 {
75 return $this->str("mail");
76 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getPreview()

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

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

88 : int
89 {
90 return $this->int("prvw");
91 }

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 83 of file class.ExecutionGUIRequest.php.

83 : string
84 {
85 return $this->str("pgov");
86 }

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: