ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Notes\StandardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Notes\StandardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRelatedObjId ()
 
 getNoteType ()
 
 getNoteId ()
 
 getNoteIds ()
 
 getNoteMess ()
 
 getNoteText ()
 
 getNoteSubject ()
 
 getNoteLabel ()
 
 getOnly ()
 
 getNewsId ()
 
 getSortation ()
 
 isFilterCommand ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Notes\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,
36 $passed_query_params,
37 $passed_post_data
38 );
39 }
$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

◆ getNewsId()

ILIAS\Notes\StandardGUIRequest::getNewsId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getNoteId()

ILIAS\Notes\StandardGUIRequest::getNoteId ( )

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

51 : int
52 {
53 return $this->int("note_id");
54 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getNoteIds()

ILIAS\Notes\StandardGUIRequest::getNoteIds ( )

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

56 : array
57 {
58 return $this->intArray("note");
59 }

References ILIAS\Repository\intArray().

+ Here is the call graph for this function:

◆ getNoteLabel()

ILIAS\Notes\StandardGUIRequest::getNoteLabel ( )

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNoteMess()

ILIAS\Notes\StandardGUIRequest::getNoteMess ( )

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

61 : string
62 {
63 return $this->str("note_mess");
64 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNoteSubject()

ILIAS\Notes\StandardGUIRequest::getNoteSubject ( )

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

71 : string
72 {
73 return $this->str("sub_note");
74 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNoteText()

ILIAS\Notes\StandardGUIRequest::getNoteText ( )

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

66 : string
67 {
68 return $this->str("note");
69 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getNoteType()

ILIAS\Notes\StandardGUIRequest::getNoteType ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getOnly()

ILIAS\Notes\StandardGUIRequest::getOnly ( )

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

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRelatedObjId()

ILIAS\Notes\StandardGUIRequest::getRelatedObjId ( )

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

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getSortation()

ILIAS\Notes\StandardGUIRequest::getSortation ( )

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

91 : string
92 {
93 return $this->str("sortation");
94 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ isFilterCommand()

ILIAS\Notes\StandardGUIRequest::isFilterCommand ( )

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

96 : bool
97 {
98 return ($this->str("cmdFilter") !== "");
99 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

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