ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Notes\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Notes\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRelatedObjId ()
 
 getNoteType ()
 
 getNoteId ()
 
 getNoteIds ()
 
 getNoteMess ()
 
 getNoteText ()
 
 getNoteSubject ()
 
 getNoteLabel ()
 
 getOnly ()
 
 getNewsId ()
 
 getSortation ()
 
 isFilterCommand ()
 

Detailed Description

Definition at line 23 of file class.StandardGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notes\StandardGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery,
?array  $passed_query_params = null,
?array  $passed_post_data = null 
)

Definition at line 27 of file class.StandardGUIRequest.php.

References ILIAS\Repository\initRequest().

32  {
33  $this->initRequest(
34  $http,
35  $refinery,
36  $passed_query_params,
37  $passed_post_data
38  );
39  }
$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

◆ getNewsId()

ILIAS\Notes\StandardGUIRequest::getNewsId ( )

Definition at line 86 of file class.StandardGUIRequest.php.

References ILIAS\Repository\int().

86  : int
87  {
88  return $this->int("news_id");
89  }
+ Here is the call graph for this function:

◆ getNoteId()

ILIAS\Notes\StandardGUIRequest::getNoteId ( )

Definition at line 51 of file class.StandardGUIRequest.php.

References ILIAS\Repository\int().

51  : int
52  {
53  return $this->int("note_id");
54  }
+ Here is the call graph for this function:

◆ getNoteIds()

ILIAS\Notes\StandardGUIRequest::getNoteIds ( )

Definition at line 56 of file class.StandardGUIRequest.php.

References ILIAS\Repository\intArray().

56  : array
57  {
58  return $this->intArray("note");
59  }
+ Here is the call graph for this function:

◆ getNoteLabel()

ILIAS\Notes\StandardGUIRequest::getNoteLabel ( )

Definition at line 76 of file class.StandardGUIRequest.php.

References ILIAS\Repository\str().

76  : string
77  {
78  return $this->str("note_label");
79  }
+ Here is the call graph for this function:

◆ getNoteMess()

ILIAS\Notes\StandardGUIRequest::getNoteMess ( )

Definition at line 61 of file class.StandardGUIRequest.php.

References ILIAS\Repository\str().

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

◆ getNoteSubject()

ILIAS\Notes\StandardGUIRequest::getNoteSubject ( )

Definition at line 71 of file class.StandardGUIRequest.php.

References ILIAS\Repository\str().

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

◆ getNoteText()

ILIAS\Notes\StandardGUIRequest::getNoteText ( )

Definition at line 66 of file class.StandardGUIRequest.php.

References ILIAS\Repository\str().

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

◆ getNoteType()

ILIAS\Notes\StandardGUIRequest::getNoteType ( )

Definition at line 46 of file class.StandardGUIRequest.php.

References ILIAS\Repository\int().

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

◆ getOnly()

ILIAS\Notes\StandardGUIRequest::getOnly ( )

Definition at line 81 of file class.StandardGUIRequest.php.

References ILIAS\Repository\str().

81  : string
82  {
83  return $this->str("notes_only");
84  }
+ Here is the call graph for this function:

◆ getRelatedObjId()

ILIAS\Notes\StandardGUIRequest::getRelatedObjId ( )

Definition at line 41 of file class.StandardGUIRequest.php.

References ILIAS\Repository\int().

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

◆ getSortation()

ILIAS\Notes\StandardGUIRequest::getSortation ( )

Definition at line 91 of file class.StandardGUIRequest.php.

References ILIAS\Repository\str().

91  : string
92  {
93  return $this->str("sortation");
94  }
+ Here is the call graph for this function:

◆ isFilterCommand()

ILIAS\Notes\StandardGUIRequest::isFilterCommand ( )

Definition at line 96 of file class.StandardGUIRequest.php.

References ILIAS\Repository\str().

96  : bool
97  {
98  return ($this->str("cmdFilter") !== "");
99  }
+ Here is the call graph for this function:

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