ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MediaPool\Clipboard\ClipboardGUIRequest Class Reference
+ Collaboration diagram for ILIAS\MediaPool\Clipboard\ClipboardGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getItemIds ()
 
 getPCId ()
 
 getReturnCmd ()
 
 getItemId ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaPool\Clipboard\ClipboardGUIRequest::__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.ClipboardGUIRequest.php.

References ILIAS\Repository\initRequest().

32  {
33  $this->initRequest(
34  $http,
35  $refinery,
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.
+ Here is the call graph for this function:

Member Function Documentation

◆ getItemId()

ILIAS\MediaPool\Clipboard\ClipboardGUIRequest::getItemId ( )

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

References ILIAS\Repository\int().

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

◆ getItemIds()

ILIAS\MediaPool\Clipboard\ClipboardGUIRequest::getItemIds ( )
Returns
string[]

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

References ILIAS\Repository\strArray().

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

◆ getPCId()

ILIAS\MediaPool\Clipboard\ClipboardGUIRequest::getPCId ( )

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

References ILIAS\Repository\str().

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

◆ getReturnCmd()

ILIAS\MediaPool\Clipboard\ClipboardGUIRequest::getReturnCmd ( )

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

References ILIAS\Repository\str().

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

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