ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

References ILIAS\Repository\initRequest().

30  {
31  $this->initRequest(
32  $http,
33  $refinery
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.
+ 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.

References ILIAS\Repository\strArray().

137  : array
138  {
139  return $this->strArray("area");
140  }
+ 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.

References ILIAS\Repository\str().

107  : string
108  {
109  return $this->str("hl_class_" . $nr);
110  }
+ 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.

References ILIAS\Repository\str().

102  : string
103  {
104  return $this->str("hl_mode_" . $nr);
105  }
+ Here is the call graph for this function:

◆ getAreaLinkType()

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

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

References ILIAS\Repository\str().

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

◆ getAreaName()

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

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

References ILIAS\Repository\str().

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

◆ getAreaShape()

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

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

References ILIAS\Repository\str().

122  : string
123  {
124  return $this->str("shape");
125  }
+ 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.

References ILIAS\Repository\str().

92  : string
93  {
94  return $this->str("name_" . $nr);
95  }
+ Here is the call graph for this function:

◆ getExternalLink()

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

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

References ILIAS\Repository\str().

132  : string
133  {
134  return $this->str("area_link_ext");
135  }
+ Here is the call graph for this function:

◆ getHierId()

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

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

References ILIAS\Repository\str().

47  : string
48  {
49  return $this->str("hier_id");
50  }
+ Here is the call graph for this function:

◆ getHighlightClass()

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

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

References ILIAS\Repository\str().

117  : string
118  {
119  return $this->str("highlight_class");
120  }
+ Here is the call graph for this function:

◆ getHighlightMode()

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

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

References ILIAS\Repository\str().

112  : string
113  {
114  return $this->str("highlight_mode");
115  }
+ Here is the call graph for this function:

◆ getItemId()

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

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

References ILIAS\Repository\int().

57  : int
58  {
59  return $this->int("item_id");
60  }
+ Here is the call graph for this function:

◆ getLinkAnchor()

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

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

References ILIAS\Repository\str().

77  : string
78  {
79  return $this->str("linkanchor");
80  }
+ Here is the call graph for this function:

◆ getLinkTarget()

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

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

References ILIAS\Repository\str().

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

◆ getLinkTargetFrame()

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

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

References ILIAS\Repository\str().

72  : string
73  {
74  return $this->str("linktargetframe");
75  }
+ Here is the call graph for this function:

◆ getLinkType()

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

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

References ILIAS\Repository\str().

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

◆ getObjId()

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

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

References ILIAS\Repository\int().

42  : int
43  {
44  return $this->int("obj_id");
45  }
+ Here is the call graph for this function:

◆ getOutAreaNr()

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

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

References ILIAS\Repository\int().

147  : int
148  {
149  return $this->int("out_area_nr");
150  }
+ Here is the call graph for this function:

◆ getOutAreaType()

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

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

References ILIAS\Repository\str().

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

◆ getOutCoords()

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

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

References ILIAS\Repository\str().

162  : string
163  {
164  return $this->str("out_coords");
165  }
+ Here is the call graph for this function:

◆ getOutEditProperty()

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

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

References ILIAS\Repository\str().

142  : string
143  {
144  return $this->str("out_edit_property");
145  }
+ Here is the call graph for this function:

◆ getOutOutputNewArea()

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

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

References ILIAS\Repository\int().

152  : bool
153  {
154  return (bool) $this->int("out_output_new_area");
155  }
+ Here is the call graph for this function:

◆ getPCId()

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

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

References ILIAS\Repository\str().

52  : string
53  {
54  return $this->str("pc_id");
55  }
+ Here is the call graph for this function:

◆ getRefId()

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

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

References ILIAS\Repository\int().

37  : int
38  {
39  return $this->int("ref_id");
40  }
+ Here is the call graph for this function:

◆ getX()

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

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

References ILIAS\Repository\str().

82  : string
83  {
84  return $this->str("editImagemapForward_x");
85  }
+ Here is the call graph for this function:

◆ getY()

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

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

References ILIAS\Repository\str().

87  : string
88  {
89  return $this->str("editImagemapForward_y");
90  }
+ Here is the call graph for this function:

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