ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Blog\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Blog\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRefId ()
 
 getGotoPage ()
 
 getEditing ()
 
 getBlogPage ()
 
 getOldNr ()
 
 getPPage ()
 
 getUserPage ()
 
 getNewType ()
 
 getPreviewMode ()
 
 getNotification ()
 
 getApId ()
 
 getMonth ()
 
 getKeyword ()
 
 getAuthor ()
 
 getPrtId ()
 
 getAssId ()
 
 getAssFile ()
 
 getFetchAll ()
 
 getTerm ()
 
 getTitle ()
 
 getFormat ()
 
 getUserLogin ()
 
 getUserType ()
 
 getIds ()
 
 getStyleId ()
 
 getObjIds ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Blog\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\$passed_post_data, ILIAS\Repository\$passed_query_params, and ILIAS\Repository\initRequest().

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

◆ getApId()

ILIAS\Blog\StandardGUIRequest::getApId ( )

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

References ILIAS\Repository\int().

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

◆ getAssFile()

ILIAS\Blog\StandardGUIRequest::getAssFile ( )

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

References ILIAS\Repository\str().

121  : string
122  {
123  return trim($this->str("file"));
124  }
+ Here is the call graph for this function:

◆ getAssId()

ILIAS\Blog\StandardGUIRequest::getAssId ( )

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

References ILIAS\Repository\int().

116  : int
117  {
118  return $this->int("ass");
119  }
+ Here is the call graph for this function:

◆ getAuthor()

ILIAS\Blog\StandardGUIRequest::getAuthor ( )

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

References ILIAS\Repository\int().

106  : int
107  {
108  return $this->int("ath");
109  }
+ Here is the call graph for this function:

◆ getBlogPage()

ILIAS\Blog\StandardGUIRequest::getBlogPage ( )

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

References ILIAS\Repository\int().

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

◆ getEditing()

ILIAS\Blog\StandardGUIRequest::getEditing ( )

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

References ILIAS\Repository\str().

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

◆ getFetchAll()

ILIAS\Blog\StandardGUIRequest::getFetchAll ( )

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

References ILIAS\Repository\int().

126  : bool
127  {
128  return (bool) $this->int("fetchall");
129  }
+ Here is the call graph for this function:

◆ getFormat()

ILIAS\Blog\StandardGUIRequest::getFormat ( )

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

References ILIAS\Repository\str().

141  : string
142  {
143  return trim($this->str("format"));
144  }
+ Here is the call graph for this function:

◆ getGotoPage()

ILIAS\Blog\StandardGUIRequest::getGotoPage ( )

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

References ILIAS\Repository\int().

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

◆ getIds()

ILIAS\Blog\StandardGUIRequest::getIds ( )
Returns
int[]

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

References ILIAS\Repository\intArray().

157  : array
158  {
159  return $this->intArray("id");
160  }
+ Here is the call graph for this function:

◆ getKeyword()

ILIAS\Blog\StandardGUIRequest::getKeyword ( )

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

References ILIAS\Repository\str().

101  : string
102  {
103  return $this->str("kwd");
104  }
+ Here is the call graph for this function:

◆ getMonth()

ILIAS\Blog\StandardGUIRequest::getMonth ( )

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

References ILIAS\Repository\str().

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

◆ getNewType()

ILIAS\Blog\StandardGUIRequest::getNewType ( )

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

References ILIAS\Repository\str().

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

◆ getNotification()

ILIAS\Blog\StandardGUIRequest::getNotification ( )

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

References ILIAS\Repository\int().

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

◆ getObjIds()

ILIAS\Blog\StandardGUIRequest::getObjIds ( )
Returns
int[]

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

References ILIAS\Repository\intArray().

168  : array
169  {
170  return $this->intArray("obj_id");
171  }
+ Here is the call graph for this function:

◆ getOldNr()

ILIAS\Blog\StandardGUIRequest::getOldNr ( )

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

References ILIAS\Repository\int().

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

◆ getPPage()

ILIAS\Blog\StandardGUIRequest::getPPage ( )

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

References ILIAS\Repository\int().

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

◆ getPreviewMode()

ILIAS\Blog\StandardGUIRequest::getPreviewMode ( )

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

References ILIAS\Repository\str().

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

◆ getPrtId()

ILIAS\Blog\StandardGUIRequest::getPrtId ( )

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

References ILIAS\Repository\int().

111  : int
112  {
113  return $this->int("prt_id");
114  }
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Blog\StandardGUIRequest::getRefId ( )

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

References ILIAS\Repository\int().

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

◆ getStyleId()

ILIAS\Blog\StandardGUIRequest::getStyleId ( )

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

References ILIAS\Repository\int().

162  : int
163  {
164  return $this->int("style_id");
165  }
+ Here is the call graph for this function:

◆ getTerm()

ILIAS\Blog\StandardGUIRequest::getTerm ( )

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

References ILIAS\Repository\str().

131  : string
132  {
133  return trim($this->str("term"));
134  }
+ Here is the call graph for this function:

◆ getTitle()

ILIAS\Blog\StandardGUIRequest::getTitle ( )

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

References ILIAS\Repository\str().

136  : string
137  {
138  return trim($this->str("title"));
139  }
+ Here is the call graph for this function:

◆ getUserLogin()

ILIAS\Blog\StandardGUIRequest::getUserLogin ( )

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

References ILIAS\Repository\str().

146  : string
147  {
148  return trim($this->str("user_login"));
149  }
+ Here is the call graph for this function:

◆ getUserPage()

ILIAS\Blog\StandardGUIRequest::getUserPage ( )

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

References ILIAS\Repository\int().

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

◆ getUserType()

ILIAS\Blog\StandardGUIRequest::getUserType ( )

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

References ILIAS\Repository\str().

151  : string
152  {
153  return trim($this->str("user_type"));
154  }
+ Here is the call graph for this function:

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