ILIAS  release_8 Revision v8.24
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.

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

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

+ 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.

91 : int
92 {
93 return $this->int("apid");
94 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getAssFile()

ILIAS\Blog\StandardGUIRequest::getAssFile ( )

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

121 : string
122 {
123 return trim($this->str("file"));
124 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAssId()

ILIAS\Blog\StandardGUIRequest::getAssId ( )

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

116 : int
117 {
118 return $this->int("ass");
119 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getAuthor()

ILIAS\Blog\StandardGUIRequest::getAuthor ( )

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

106 : int
107 {
108 return $this->int("ath");
109 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getBlogPage()

ILIAS\Blog\StandardGUIRequest::getBlogPage ( )

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

56 : int
57 {
58 return $this->int("blpg");
59 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getEditing()

ILIAS\Blog\StandardGUIRequest::getEditing ( )

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

51 : string
52 {
53 return $this->str("edt");
54 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getFetchAll()

ILIAS\Blog\StandardGUIRequest::getFetchAll ( )

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

126 : bool
127 {
128 return (bool) $this->int("fetchall");
129 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFormat()

ILIAS\Blog\StandardGUIRequest::getFormat ( )

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

141 : string
142 {
143 return trim($this->str("format"));
144 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getGotoPage()

ILIAS\Blog\StandardGUIRequest::getGotoPage ( )

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

46 : int
47 {
48 return $this->int("gtp");
49 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getIds()

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

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

157 : array
158 {
159 return $this->intArray("id");
160 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getKeyword()

ILIAS\Blog\StandardGUIRequest::getKeyword ( )

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

101 : string
102 {
103 return $this->str("kwd");
104 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMonth()

ILIAS\Blog\StandardGUIRequest::getMonth ( )

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

96 : string
97 {
98 return $this->str("bmn");
99 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNewType()

ILIAS\Blog\StandardGUIRequest::getNewType ( )

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

76 : string
77 {
78 return $this->str("new_type");
79 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNotification()

ILIAS\Blog\StandardGUIRequest::getNotification ( )

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

86 : int
87 {
88 return $this->int("ntf");
89 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getObjIds()

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

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

168 : array
169 {
170 return $this->intArray("obj_id");
171 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getOldNr()

ILIAS\Blog\StandardGUIRequest::getOldNr ( )

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

61 : int
62 {
63 return $this->int("old_nr");
64 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPPage()

ILIAS\Blog\StandardGUIRequest::getPPage ( )

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

66 : int
67 {
68 return $this->int("ppage");
69 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPreviewMode()

ILIAS\Blog\StandardGUIRequest::getPreviewMode ( )

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

81 : string
82 {
83 return $this->str("prvm");
84 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getPrtId()

ILIAS\Blog\StandardGUIRequest::getPrtId ( )

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

111 : int
112 {
113 return $this->int("prt_id");
114 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Blog\StandardGUIRequest::getRefId ( )

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

41 : int
42 {
43 return $this->int("ref_id");
44 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getStyleId()

ILIAS\Blog\StandardGUIRequest::getStyleId ( )

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

162 : int
163 {
164 return $this->int("style_id");
165 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTerm()

ILIAS\Blog\StandardGUIRequest::getTerm ( )

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

131 : string
132 {
133 return trim($this->str("term"));
134 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTitle()

ILIAS\Blog\StandardGUIRequest::getTitle ( )

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

136 : string
137 {
138 return trim($this->str("title"));
139 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getUserLogin()

ILIAS\Blog\StandardGUIRequest::getUserLogin ( )

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

146 : string
147 {
148 return trim($this->str("user_login"));
149 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getUserPage()

ILIAS\Blog\StandardGUIRequest::getUserPage ( )

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

71 : int
72 {
73 return $this->int("user_page");
74 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getUserType()

ILIAS\Blog\StandardGUIRequest::getUserType ( )

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

151 : string
152 {
153 return trim($this->str("user_type"));
154 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

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