ILIAS  release_8 Revision v8.24
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.

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

References ILIAS\Repository\$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:

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