ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Administration\SettingsTemplateGUIRequest Class Reference
+ Collaboration diagram for ILIAS\Administration\SettingsTemplateGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null)
 
 getRefId ()
 
 getTemplateId ()
 
 getTab (string $id)
 
 getSetting (string $id)
 
 getValue (string $id)
 
 getHide (string $id)
 
 getTemplateIds ()
 

Detailed Description

Definition at line 25 of file class.SettingsTemplateGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Administration\SettingsTemplateGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery,
?array  $passed_query_params = null,
?array  $passed_post_data = null 
)

Definition at line 29 of file class.SettingsTemplateGUIRequest.php.

References ILIAS\Repository\$passed_post_data, ILIAS\Repository\$passed_query_params, and ILIAS\Repository\initRequest().

34  {
35  $this->initRequest(
36  $http,
37  $refinery,
40  );
41  }
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

◆ getHide()

ILIAS\Administration\SettingsTemplateGUIRequest::getHide ( string  $id)

Definition at line 68 of file class.SettingsTemplateGUIRequest.php.

References ILIAS\Repository\int().

68  : bool
69  {
70  return (bool) $this->int("hide_" . $id);
71  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the call graph for this function:

◆ getRefId()

ILIAS\Administration\SettingsTemplateGUIRequest::getRefId ( )

Definition at line 43 of file class.SettingsTemplateGUIRequest.php.

References ILIAS\Repository\int().

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

◆ getSetting()

ILIAS\Administration\SettingsTemplateGUIRequest::getSetting ( string  $id)

Definition at line 58 of file class.SettingsTemplateGUIRequest.php.

References ILIAS\Repository\int().

58  : int
59  {
60  return $this->int("set_" . $id);
61  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the call graph for this function:

◆ getTab()

ILIAS\Administration\SettingsTemplateGUIRequest::getTab ( string  $id)

Definition at line 53 of file class.SettingsTemplateGUIRequest.php.

References ILIAS\Repository\int().

53  : int
54  {
55  return $this->int("tab_" . $id);
56  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the call graph for this function:

◆ getTemplateId()

ILIAS\Administration\SettingsTemplateGUIRequest::getTemplateId ( )

Definition at line 48 of file class.SettingsTemplateGUIRequest.php.

References ILIAS\Repository\int().

48  : int
49  {
50  return $this->int("templ_id");
51  }
+ Here is the call graph for this function:

◆ getTemplateIds()

ILIAS\Administration\SettingsTemplateGUIRequest::getTemplateIds ( )
Returns
int[]

Definition at line 74 of file class.SettingsTemplateGUIRequest.php.

References ILIAS\Repository\intArray().

74  : array
75  {
76  return $this->intArray("tid");
77  }
+ Here is the call graph for this function:

◆ getValue()

ILIAS\Administration\SettingsTemplateGUIRequest::getValue ( string  $id)

Definition at line 63 of file class.SettingsTemplateGUIRequest.php.

References ILIAS\Repository\str().

63  : string
64  {
65  return $this->str("value_" . $id);
66  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the call graph for this function:

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