ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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 ()
 

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  }
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
Refinery Factory $refinery
+ 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:

◆ 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: