ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\COPage\Page\EditGUIRequest Class Reference

Page component editing request. More...

+ Collaboration diagram for ILIAS\COPage\Page\EditGUIRequest:

Public Member Functions

 __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery)
 
 getHierId ()
 
 getPCId ()
 
 getPlaceholderPCId ()
 
 getCType ()
 
 getCName ()
 
 getMobId ()
 
 getIds ()
 
 getString (string $key)
 
 getInt (string $key)
 
 getStringArray (string $key)
 
 getPageId ()
 
 getPageType ()
 

Detailed Description

Page component editing request.

Includes common and generic request parameter handling.

Definition at line 27 of file class.EditGUIRequest.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\COPage\Page\EditGUIRequest::__construct ( \ILIAS\HTTP\Services  $http,
\ILIAS\Refinery\Factory  $refinery 
)

Definition at line 31 of file class.EditGUIRequest.php.

34 {
35 $this->initRequest(
36 $http,
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.

References ILIAS\UI\examples\Layout\Page\Standard\$refinery, and ILIAS\Repository\initRequest().

+ Here is the call graph for this function:

Member Function Documentation

◆ getCName()

ILIAS\COPage\Page\EditGUIRequest::getCName ( )

Definition at line 65 of file class.EditGUIRequest.php.

65 : string
66 {
67 return $this->str("cname");
68 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getCType()

ILIAS\COPage\Page\EditGUIRequest::getCType ( )

Definition at line 60 of file class.EditGUIRequest.php.

60 : string
61 {
62 return $this->str("ctype");
63 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getHierId()

ILIAS\COPage\Page\EditGUIRequest::getHierId ( )

Definition at line 41 of file class.EditGUIRequest.php.

41 : string
42 {
43 return $this->str("hier_id");
44 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getIds()

ILIAS\COPage\Page\EditGUIRequest::getIds ( )
Returns
string[]

Definition at line 76 of file class.EditGUIRequest.php.

76 : array
77 {
78 return $this->strArray("ids");
79 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

◆ getInt()

ILIAS\COPage\Page\EditGUIRequest::getInt ( string  $key)

Definition at line 86 of file class.EditGUIRequest.php.

86 : int
87 {
88 return $this->int($key);
89 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getMobId()

ILIAS\COPage\Page\EditGUIRequest::getMobId ( )

Definition at line 70 of file class.EditGUIRequest.php.

70 : int
71 {
72 return $this->int("mob_id");
73 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPageId()

ILIAS\COPage\Page\EditGUIRequest::getPageId ( )

Definition at line 96 of file class.EditGUIRequest.php.

96 : int
97 {
98 return $this->int("pg_id");
99 }

References ILIAS\Repository\int().

+ Here is the call graph for this function:

◆ getPageType()

ILIAS\COPage\Page\EditGUIRequest::getPageType ( )

Definition at line 101 of file class.EditGUIRequest.php.

101 : string
102 {
103 return $this->str("pg_type");
104 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getPCId()

ILIAS\COPage\Page\EditGUIRequest::getPCId ( )

Definition at line 46 of file class.EditGUIRequest.php.

46 : string
47 {
48 $pc_id = $this->str("pc_id");
49 if ($pc_id == "") {
50 $pc_id = $this->str("pcid");
51 }
52 return $pc_id;
53 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getPlaceholderPCId()

ILIAS\COPage\Page\EditGUIRequest::getPlaceholderPCId ( )

Definition at line 55 of file class.EditGUIRequest.php.

55 : string
56 {
57 return $this->str("pl_pc_id");
58 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getString()

ILIAS\COPage\Page\EditGUIRequest::getString ( string  $key)

Definition at line 81 of file class.EditGUIRequest.php.

81 : string
82 {
83 return $this->str($key);
84 }

References ILIAS\Repository\str().

+ Here is the call graph for this function:

◆ getStringArray()

ILIAS\COPage\Page\EditGUIRequest::getStringArray ( string  $key)

Definition at line 91 of file class.EditGUIRequest.php.

91 : array
92 {
93 return $this->strArray($key);
94 }

References ILIAS\Repository\strArray().

+ Here is the call graph for this function:

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