|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\COPage\Layout\AdministrationGUIRequest:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery) | |
| getRefId () | |
| getObjId () | |
| getLayoutId () | |
| getLayoutIds () | |
| getLayoutTypes () | |
| getLayoutModules () | |
Data Fields | |
| trait | BaseGUIRequest |
| Base gui request wrapper. More... | |
Definition at line 23 of file class.AdministrationGUIRequest.php.
| ILIAS\COPage\Layout\AdministrationGUIRequest::__construct | ( | \ILIAS\HTTP\Services | $http, |
| \ILIAS\Refinery\Factory | $refinery | ||
| ) |
Definition at line 27 of file class.AdministrationGUIRequest.php.
References ILIAS\UI\examples\Layout\Page\Mail\$refinery, and ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\COPage\Layout\AdministrationGUIRequest::getLayoutId | ( | ) |
Definition at line 47 of file class.AdministrationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\COPage\Layout\AdministrationGUIRequest::getLayoutIds | ( | ) |
Definition at line 52 of file class.AdministrationGUIRequest.php.
References ILIAS\Repository\intArray().
Here is the call graph for this function:| ILIAS\COPage\Layout\AdministrationGUIRequest::getLayoutModules | ( | ) |
Definition at line 62 of file class.AdministrationGUIRequest.php.
References ILIAS\Repository\arrayArray().
Here is the call graph for this function:| ILIAS\COPage\Layout\AdministrationGUIRequest::getLayoutTypes | ( | ) |
Definition at line 57 of file class.AdministrationGUIRequest.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\COPage\Layout\AdministrationGUIRequest::getObjId | ( | ) |
Definition at line 42 of file class.AdministrationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\COPage\Layout\AdministrationGUIRequest::getRefId | ( | ) |
Definition at line 37 of file class.AdministrationGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| trait ILIAS\Repository::BaseGUIRequest |
Base gui request wrapper.
This class processes all request parameters which are not handled by form classes already. POST overwrites GET with the same name. POST/GET parameters may be passed to the class for testing purposes.
Definition at line 33 of file trait.BaseGUIRequest.php.