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

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRefId ()
 
 getPortfolioId ()
 
 getPortfolioIds ()
 
 getBaseClass ()
 
 getNewType ()
 
 getCopyFormProcess ()
 
 getExcBackRefId ()
 
 getExcAssId ()
 
 getExcFile ()
 
 getBackUrl ()
 
 getPortfolioPageId ()
 
 getUserPage ()
 
 getPortfolioPageIds ()
 
 getConsultationHourUserId ()
 
 getCalendarSeed ()
 
 getVerificationId ()
 
 getRoleTemplateIds ()
 
 getObjIds ()
 
 getOrder ()
 
 getTitles ()
 
 getStyleId ()
 
 getPageType ()
 
 getPageTitle ()
 
 getBlogTitle ()
 
 getPortfolioTitle ()
 
 getTemplateId ()
 
 getOnline ()
 
 getCourseSorting ()
 
 getPrintSelectedType ()
 
 getPortfolioTemplateId ()
 
 getPortfolioTemplate ()
 
 getExerciseRefId ()
 
 getSignature ()
 
 getIncludeDeclaration ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Portfolio\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

◆ getBackUrl()

ILIAS\Portfolio\StandardGUIRequest::getBackUrl ( )

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

References ILIAS\Repository\str().

98  : string
99  {
100  return trim($this->str("back_url"));
101  }
+ Here is the call graph for this function:

◆ getBaseClass()

ILIAS\Portfolio\StandardGUIRequest::getBaseClass ( )

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

References ILIAS\Repository\str().

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

◆ getBlogTitle()

ILIAS\Portfolio\StandardGUIRequest::getBlogTitle ( )

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

References ILIAS\Repository\str().

177  : string
178  {
179  return $this->str("blog");
180  }
+ Here is the call graph for this function:

◆ getCalendarSeed()

ILIAS\Portfolio\StandardGUIRequest::getCalendarSeed ( )

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

References ILIAS\Repository\str().

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

◆ getConsultationHourUserId()

ILIAS\Portfolio\StandardGUIRequest::getConsultationHourUserId ( )

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

References ILIAS\Repository\int().

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

◆ getCopyFormProcess()

ILIAS\Portfolio\StandardGUIRequest::getCopyFormProcess ( )

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

References ILIAS\Repository\int().

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

◆ getCourseSorting()

ILIAS\Portfolio\StandardGUIRequest::getCourseSorting ( )

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

References ILIAS\Repository\str().

198  : string
199  {
200  return $this->str("srt");
201  }
+ Here is the call graph for this function:

◆ getExcAssId()

ILIAS\Portfolio\StandardGUIRequest::getExcAssId ( )

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

References ILIAS\Repository\int().

84  : int
85  {
86  $ass_id = $this->int("ass");
87  if ($ass_id === 0) {
88  $ass_id = $this->int("ass_id");
89  }
90  return $ass_id;
91  }
+ Here is the call graph for this function:

◆ getExcBackRefId()

ILIAS\Portfolio\StandardGUIRequest::getExcBackRefId ( )

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

References ILIAS\Repository\int().

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

◆ getExcFile()

ILIAS\Portfolio\StandardGUIRequest::getExcFile ( )

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

References ILIAS\Repository\str().

93  : string
94  {
95  return trim($this->str("file"));
96  }
+ Here is the call graph for this function:

◆ getExerciseRefId()

ILIAS\Portfolio\StandardGUIRequest::getExerciseRefId ( )

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

References ILIAS\Repository\int().

218  : int
219  {
220  return $this->int("exc_id");
221  }
+ Here is the call graph for this function:

◆ getIncludeDeclaration()

ILIAS\Portfolio\StandardGUIRequest::getIncludeDeclaration ( )

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

References ILIAS\Repository\int().

228  : bool
229  {
230  return (bool) $this->int("decl_author");
231  }
+ Here is the call graph for this function:

◆ getNewType()

ILIAS\Portfolio\StandardGUIRequest::getNewType ( )

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

References ILIAS\Repository\str().

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

◆ getObjIds()

ILIAS\Portfolio\StandardGUIRequest::getObjIds ( )
Returns
string[]

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

References ILIAS\Repository\strArray().

145  : array
146  {
147  return $this->strArray("obj_id");
148  }
+ Here is the call graph for this function:

◆ getOnline()

ILIAS\Portfolio\StandardGUIRequest::getOnline ( )
Returns
string[]

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

References ILIAS\Repository\strArray().

193  : array
194  {
195  return $this->strArray("online");
196  }
+ Here is the call graph for this function:

◆ getOrder()

ILIAS\Portfolio\StandardGUIRequest::getOrder ( )
Returns
int[]

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

References ILIAS\Repository\intArray().

151  : array
152  {
153  return $this->intArray("order");
154  }
+ Here is the call graph for this function:

◆ getPageTitle()

ILIAS\Portfolio\StandardGUIRequest::getPageTitle ( )

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

References ILIAS\Repository\str().

172  : string
173  {
174  return $this->str("fpage");
175  }
+ Here is the call graph for this function:

◆ getPageType()

ILIAS\Portfolio\StandardGUIRequest::getPageType ( )

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

References ILIAS\Repository\str().

167  : string
168  {
169  return $this->str("ptype");
170  }
+ Here is the call graph for this function:

◆ getPortfolioId()

ILIAS\Portfolio\StandardGUIRequest::getPortfolioId ( )

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

References ILIAS\Repository\int().

46  : int
47  {
48  $prt_id = $this->int("prt_id");
49  if ($prt_id === 0) {
50  $prt_id = $this->int("prtf");
51  }
52  return $prt_id;
53  }
+ Here is the call graph for this function:

◆ getPortfolioIds()

ILIAS\Portfolio\StandardGUIRequest::getPortfolioIds ( )

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

References ILIAS\Repository\int(), and ILIAS\Repository\intArray().

55  : array
56  {
57  $ids = $this->intArray("prtfs");
58  if ((count($ids) === 0) && $this->int("prtf") > 0) {
59  $ids = [$this->int("prtf")];
60  }
61  return $ids;
62  }
+ Here is the call graph for this function:

◆ getPortfolioPageId()

ILIAS\Portfolio\StandardGUIRequest::getPortfolioPageId ( )

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

References ILIAS\Repository\int().

103  : int
104  {
105  return $this->int("ppage");
106  }
+ Here is the call graph for this function:

◆ getPortfolioPageIds()

ILIAS\Portfolio\StandardGUIRequest::getPortfolioPageIds ( )
Returns
int[]

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

References ILIAS\Repository\int(), and ILIAS\Repository\intArray().

114  : array
115  {
116  $pages = $this->intArray("prtf_pages");
117  if ((count($pages) === 0) && $this->int("prtf_page") > 0) {
118  $pages = [$this->int("prtf_page")];
119  }
120  return $pages;
121  }
+ Here is the call graph for this function:

◆ getPortfolioTemplate()

ILIAS\Portfolio\StandardGUIRequest::getPortfolioTemplate ( )

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

References ILIAS\Repository\int().

213  : int
214  {
215  return $this->int("prtt");
216  }
+ Here is the call graph for this function:

◆ getPortfolioTemplateId()

ILIAS\Portfolio\StandardGUIRequest::getPortfolioTemplateId ( )

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

References ILIAS\Repository\int().

208  : int
209  {
210  return $this->int("prtt_pre");
211  }
+ Here is the call graph for this function:

◆ getPortfolioTitle()

ILIAS\Portfolio\StandardGUIRequest::getPortfolioTitle ( )

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

References ILIAS\Repository\str().

182  : string
183  {
184  return trim($this->str("pt"));
185  }
+ Here is the call graph for this function:

◆ getPrintSelectedType()

ILIAS\Portfolio\StandardGUIRequest::getPrintSelectedType ( )

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

References ILIAS\Repository\str().

203  : string
204  {
205  return $this->str("sel_type");
206  }
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Portfolio\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:

◆ getRoleTemplateIds()

ILIAS\Portfolio\StandardGUIRequest::getRoleTemplateIds ( )
Returns
string[]

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

References ILIAS\Repository\strArray().

139  : array
140  {
141  return $this->strArray("role_template_ids");
142  }
+ Here is the call graph for this function:

◆ getSignature()

ILIAS\Portfolio\StandardGUIRequest::getSignature ( )

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

References ILIAS\Repository\int().

223  : bool
224  {
225  return (bool) $this->int("signature");
226  }
+ Here is the call graph for this function:

◆ getStyleId()

ILIAS\Portfolio\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:

◆ getTemplateId()

ILIAS\Portfolio\StandardGUIRequest::getTemplateId ( )

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

References ILIAS\Repository\int().

187  : int
188  {
189  return $this->int("tmpl");
190  }
+ Here is the call graph for this function:

◆ getTitles()

ILIAS\Portfolio\StandardGUIRequest::getTitles ( )
Returns
string[]

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

References ILIAS\Repository\strArray().

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

◆ getUserPage()

ILIAS\Portfolio\StandardGUIRequest::getUserPage ( )

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

References ILIAS\Repository\int().

108  : int
109  {
110  return $this->int("user_page");
111  }
+ Here is the call graph for this function:

◆ getVerificationId()

ILIAS\Portfolio\StandardGUIRequest::getVerificationId ( )

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

References ILIAS\Repository\int().

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

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