ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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 ()
 
 getWspId ()
 
 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 25 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 29 of file class.StandardGUIRequest.php.

References ILIAS\Repository\$passed_post_data, ILIAS\Repository\$passed_query_params, and ILIAS\Repository\initRequest().

34  {
35  $this->initRequest(
36  $http,
37  $refinery,
40  );
41  }
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 99 of file class.StandardGUIRequest.php.

References ILIAS\Repository\int().

99  : int
100  {
101  return $this->int("apid");
102  }
+ Here is the call graph for this function:

◆ getAssFile()

ILIAS\Blog\StandardGUIRequest::getAssFile ( )

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

References ILIAS\Repository\str().

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

◆ getAssId()

ILIAS\Blog\StandardGUIRequest::getAssId ( )

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

References ILIAS\Repository\int().

124  : int
125  {
126  return $this->int("ass");
127  }
+ Here is the call graph for this function:

◆ getAuthor()

ILIAS\Blog\StandardGUIRequest::getAuthor ( )

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

References ILIAS\Repository\int().

114  : int
115  {
116  return $this->int("ath");
117  }
+ Here is the call graph for this function:

◆ getBlogPage()

ILIAS\Blog\StandardGUIRequest::getBlogPage ( )

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

References ILIAS\Repository\int().

64  : int
65  {
66  return $this->int("blpg");
67  }
+ Here is the call graph for this function:

◆ getEditing()

ILIAS\Blog\StandardGUIRequest::getEditing ( )

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

References ILIAS\Repository\str().

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

◆ getFetchAll()

ILIAS\Blog\StandardGUIRequest::getFetchAll ( )

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

References ILIAS\Repository\int().

134  : bool
135  {
136  return (bool) $this->int("fetchall");
137  }
+ Here is the call graph for this function:

◆ getFormat()

ILIAS\Blog\StandardGUIRequest::getFormat ( )

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

References ILIAS\Repository\str().

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

◆ getGotoPage()

ILIAS\Blog\StandardGUIRequest::getGotoPage ( )

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

References ILIAS\Repository\int().

54  : int
55  {
56  return $this->int("gtp");
57  }
+ Here is the call graph for this function:

◆ getIds()

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

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

References ILIAS\Repository\intArray().

165  : array
166  {
167  return $this->intArray("id");
168  }
+ Here is the call graph for this function:

◆ getKeyword()

ILIAS\Blog\StandardGUIRequest::getKeyword ( )

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

References ILIAS\Repository\str().

109  : string
110  {
111  return $this->str("kwd");
112  }
+ Here is the call graph for this function:

◆ getMonth()

ILIAS\Blog\StandardGUIRequest::getMonth ( )

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

References ILIAS\Repository\str().

104  : string
105  {
106  return $this->str("bmn");
107  }
+ Here is the call graph for this function:

◆ getNewType()

ILIAS\Blog\StandardGUIRequest::getNewType ( )

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

References ILIAS\Repository\str().

84  : string
85  {
86  return $this->str("new_type");
87  }
+ Here is the call graph for this function:

◆ getNotification()

ILIAS\Blog\StandardGUIRequest::getNotification ( )

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

References ILIAS\Repository\int().

94  : int
95  {
96  return $this->int("ntf");
97  }
+ Here is the call graph for this function:

◆ getObjIds()

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

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

References ILIAS\Repository\intArray().

176  : array
177  {
178  return $this->intArray("obj_id");
179  }
+ Here is the call graph for this function:

◆ getOldNr()

ILIAS\Blog\StandardGUIRequest::getOldNr ( )

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

References ILIAS\Repository\int().

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

◆ getPPage()

ILIAS\Blog\StandardGUIRequest::getPPage ( )

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

References ILIAS\Repository\int().

74  : int
75  {
76  return $this->int("ppage");
77  }
+ Here is the call graph for this function:

◆ getPreviewMode()

ILIAS\Blog\StandardGUIRequest::getPreviewMode ( )

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

References ILIAS\Repository\str().

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

◆ getPrtId()

ILIAS\Blog\StandardGUIRequest::getPrtId ( )

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

References ILIAS\Repository\int().

119  : int
120  {
121  return $this->int("prt_id");
122  }
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Blog\StandardGUIRequest::getRefId ( )

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

References ILIAS\Repository\int().

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

◆ getStyleId()

ILIAS\Blog\StandardGUIRequest::getStyleId ( )

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

References ILIAS\Repository\int().

170  : int
171  {
172  return $this->int("style_id");
173  }
+ Here is the call graph for this function:

◆ getTerm()

ILIAS\Blog\StandardGUIRequest::getTerm ( )

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

References ILIAS\Repository\str().

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

◆ getTitle()

ILIAS\Blog\StandardGUIRequest::getTitle ( )

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

References ILIAS\Repository\str().

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

◆ getUserLogin()

ILIAS\Blog\StandardGUIRequest::getUserLogin ( )

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

References ILIAS\Repository\str().

154  : string
155  {
156  return trim($this->str("user_login"));
157  }
+ Here is the call graph for this function:

◆ getUserPage()

ILIAS\Blog\StandardGUIRequest::getUserPage ( )

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

References ILIAS\Repository\int().

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

◆ getUserType()

ILIAS\Blog\StandardGUIRequest::getUserType ( )

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

References ILIAS\Repository\str().

159  : string
160  {
161  return trim($this->str("user_type"));
162  }
+ Here is the call graph for this function:

◆ getWspId()

ILIAS\Blog\StandardGUIRequest::getWspId ( )

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

References ILIAS\Repository\int().

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

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