ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest Class Reference
+ Collaboration diagram for ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getRefId ()
 
 getObjId ()
 
 getHierId ()
 
 getPCId ()
 
 getItemId ()
 
 getLinkType ()
 
 getLinkTarget ()
 
 getLinkTargetFrame ()
 
 getLinkAnchor ()
 
 getX ()
 
 getY ()
 
 getAreaTitle (int $nr)
 
 getAreaName ()
 
 getAreaHighlightMode (int $nr)
 
 getAreaHighlightClass (int $nr)
 
 getHighlightMode ()
 
 getHighlightClass ()
 
 getAreaShape ()
 
 getAreaLinkType ()
 
 getExternalLink ()
 
 getArea ()
 
 getOutEditProperty ()
 
 getOutAreaNr ()
 
 getOutOutputNewArea ()
 
 getOutAreaType ()
 
 getOutCoords ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

Definition at line 27 of file class.ImageMapGUIRequest.php.

30 {
31 $this->initRequest(
32 $http,
34 );
35 }
$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

◆ getArea()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getArea ( )

Definition at line 137 of file class.ImageMapGUIRequest.php.

137 : array
138 {
139 return $this->strArray("area");
140 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getAreaHighlightClass()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getAreaHighlightClass ( int  $nr)

Definition at line 107 of file class.ImageMapGUIRequest.php.

107 : string
108 {
109 return $this->str("hl_class_" . $nr);
110 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAreaHighlightMode()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getAreaHighlightMode ( int  $nr)

Definition at line 102 of file class.ImageMapGUIRequest.php.

102 : string
103 {
104 return $this->str("hl_mode_" . $nr);
105 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAreaLinkType()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getAreaLinkType ( )

Definition at line 127 of file class.ImageMapGUIRequest.php.

127 : string
128 {
129 return $this->str("area_link_type");
130 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAreaName()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getAreaName ( )

Definition at line 97 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAreaShape()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getAreaShape ( )

Definition at line 122 of file class.ImageMapGUIRequest.php.

122 : string
123 {
124 return $this->str("shape");
125 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getAreaTitle()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getAreaTitle ( int  $nr)

Definition at line 92 of file class.ImageMapGUIRequest.php.

92 : string
93 {
94 return $this->str("name_" . $nr);
95 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getExternalLink()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getExternalLink ( )

Definition at line 132 of file class.ImageMapGUIRequest.php.

132 : string
133 {
134 return $this->str("area_link_ext");
135 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getHierId()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getHierId ( )

Definition at line 47 of file class.ImageMapGUIRequest.php.

47 : string
48 {
49 return $this->str("hier_id");
50 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getHighlightClass()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getHighlightClass ( )

Definition at line 117 of file class.ImageMapGUIRequest.php.

117 : string
118 {
119 return $this->str("highlight_class");
120 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getHighlightMode()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getHighlightMode ( )

Definition at line 112 of file class.ImageMapGUIRequest.php.

112 : string
113 {
114 return $this->str("highlight_mode");
115 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getItemId()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getItemId ( )

Definition at line 57 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getLinkAnchor()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getLinkAnchor ( )

Definition at line 77 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLinkTarget()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getLinkTarget ( )

Definition at line 67 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLinkTargetFrame()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getLinkTargetFrame ( )

Definition at line 72 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getLinkType()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getLinkType ( )

Definition at line 62 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getObjId()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getObjId ( )

Definition at line 42 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getOutAreaNr()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getOutAreaNr ( )

Definition at line 147 of file class.ImageMapGUIRequest.php.

147 : int
148 {
149 return $this->int("out_area_nr");
150 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getOutAreaType()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getOutAreaType ( )

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

157 : string
158 {
159 return $this->str("out_area_type");
160 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getOutCoords()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getOutCoords ( )

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

162 : string
163 {
164 return $this->str("out_coords");
165 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getOutEditProperty()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getOutEditProperty ( )

Definition at line 142 of file class.ImageMapGUIRequest.php.

142 : string
143 {
144 return $this->str("out_edit_property");
145 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getOutOutputNewArea()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getOutOutputNewArea ( )

Definition at line 152 of file class.ImageMapGUIRequest.php.

152 : bool
153 {
154 return (bool) $this->int("out_output_new_area");
155 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPCId()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getPCId ( )

Definition at line 52 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getRefId()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getRefId ( )

Definition at line 37 of file class.ImageMapGUIRequest.php.

37 : int
38 {
39 return $this->int("ref_id");
40 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getX()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getX ( )

Definition at line 82 of file class.ImageMapGUIRequest.php.

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

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getY()

ILIAS\MediaObjects\ImageMap\ImageMapGUIRequest::getY ( )

Definition at line 87 of file class.ImageMapGUIRequest.php.

87 : string
88 {
89 return $this->str("editImagemapForward_y");
90 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

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