ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ()
 
 getBlogPage ()
 
 getOldNr ()
 
 getPPage ()
 
 getUserPage ()
 
 getNewType ()
 
 getPreviewMode ()
 
 getNotification ()
 
 getApId ()
 
 getMonth ()
 
 getKeyword ()
 
 getAuthor ()
 
 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.

34 {
35 $this->initRequest(
36 $http,
38 $passed_query_params,
39 $passed_post_data
40 );
41 }
$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.

References ILIAS\UI\examples\Layout\Page\Standard\$refinery, and ILIAS\Repository\initRequest().

+ Here is the call graph for this function:

Member Function Documentation

◆ getApId()

ILIAS\Blog\StandardGUIRequest::getApId ( )

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

88 : int
89 {
90 return $this->int("apid");
91 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getAssFile()

ILIAS\Blog\StandardGUIRequest::getAssFile ( )

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

113 : string
114 {
115 return trim($this->str("file"));
116 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAssId()

ILIAS\Blog\StandardGUIRequest::getAssId ( )

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

108 : int
109 {
110 return $this->int("ass");
111 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getAuthor()

ILIAS\Blog\StandardGUIRequest::getAuthor ( )

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

103 : int
104 {
105 return $this->int("ath");
106 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getBlogPage()

ILIAS\Blog\StandardGUIRequest::getBlogPage ( )

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

53 : int
54 {
55 return $this->int("blpg");
56 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFetchAll()

ILIAS\Blog\StandardGUIRequest::getFetchAll ( )

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

118 : bool
119 {
120 return (bool) $this->int("fetchall");
121 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getFormat()

ILIAS\Blog\StandardGUIRequest::getFormat ( )

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

133 : string
134 {
135 return trim($this->str("format"));
136 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getIds()

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

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

149 : array
150 {
151 return $this->intArray("id");
152 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getKeyword()

ILIAS\Blog\StandardGUIRequest::getKeyword ( )

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

98 : string
99 {
100 return $this->str("kwd");
101 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getMonth()

ILIAS\Blog\StandardGUIRequest::getMonth ( )

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

93 : string
94 {
95 return $this->str("bmn");
96 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNewType()

ILIAS\Blog\StandardGUIRequest::getNewType ( )

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

73 : string
74 {
75 return $this->str("new_type");
76 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNotification()

ILIAS\Blog\StandardGUIRequest::getNotification ( )

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

83 : int
84 {
85 return $this->int("ntf");
86 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getObjIds()

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

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

160 : array
161 {
162 return $this->intArray("obj_id");
163 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getOldNr()

ILIAS\Blog\StandardGUIRequest::getOldNr ( )

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

58 : int
59 {
60 return $this->int("old_nr");
61 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPPage()

ILIAS\Blog\StandardGUIRequest::getPPage ( )

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

63 : int
64 {
65 return $this->int("ppage");
66 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPreviewMode()

ILIAS\Blog\StandardGUIRequest::getPreviewMode ( )

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

78 : string
79 {
80 return $this->str("prvm");
81 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Blog\StandardGUIRequest::getRefId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getStyleId()

ILIAS\Blog\StandardGUIRequest::getStyleId ( )

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

154 : int
155 {
156 return $this->int("style_id");
157 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getTerm()

ILIAS\Blog\StandardGUIRequest::getTerm ( )

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

123 : string
124 {
125 return trim($this->str("term"));
126 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getTitle()

ILIAS\Blog\StandardGUIRequest::getTitle ( )

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

128 : string
129 {
130 return trim($this->str("title"));
131 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getUserLogin()

ILIAS\Blog\StandardGUIRequest::getUserLogin ( )

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

138 : string
139 {
140 return trim($this->str("user_login"));
141 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getUserPage()

ILIAS\Blog\StandardGUIRequest::getUserPage ( )

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

68 : int
69 {
70 return $this->int("user_page");
71 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getUserType()

ILIAS\Blog\StandardGUIRequest::getUserType ( )

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

143 : string
144 {
145 return trim($this->str("user_type"));
146 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getWspId()

ILIAS\Blog\StandardGUIRequest::getWspId ( )

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

48 : int
49 {
50 return $this->int("wsp_id");
51 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

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