|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Table\TableGUIRequest:Public Member Functions | |
| __construct (\ILIAS\HTTP\Services $http, \ILIAS\Refinery\Factory $refinery, ?array $passed_query_params=null, ?array $passed_post_data=null) | |
| getExportMode (string $prefix) | |
| getRows (string $prefix) | |
| getPostVar () | |
| getNavPar (string $np, int $nr=0) | |
| getFF (string $id) | |
| getFS (string $id) | |
| getFSH (string $id) | |
| getFSF (string $id) | |
| getTableId () | |
| getUserId () | |
Data Fields | |
| trait | BaseGUIRequest |
| Base gui request wrapper. More... | |
Definition at line 27 of file class.TableGUIRequest.php.
| ILIAS\Table\TableGUIRequest::__construct | ( | \ILIAS\HTTP\Services | $http, |
| \ILIAS\Refinery\Factory | $refinery, | ||
| ?array | $passed_query_params = null, |
||
| ?array | $passed_post_data = null |
||
| ) |
Definition at line 31 of file class.TableGUIRequest.php.
References ILIAS\UI\examples\Layout\Page\Mail\$refinery, and ILIAS\Repository\initRequest().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getExportMode | ( | string | $prefix | ) |
Definition at line 45 of file class.TableGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getFF | ( | string | $id | ) |
Definition at line 72 of file class.TableGUIRequest.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getFS | ( | string | $id | ) |
Definition at line 77 of file class.TableGUIRequest.php.
References ILIAS\Repository\strArray().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getFSF | ( | string | $id | ) |
Definition at line 87 of file class.TableGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getFSH | ( | string | $id | ) |
Definition at line 82 of file class.TableGUIRequest.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getNavPar | ( | string | $np, |
| int | $nr = 0 |
||
| ) |
Definition at line 64 of file class.TableGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getPostVar | ( | ) |
Definition at line 59 of file class.TableGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getRows | ( | string | $prefix | ) |
Definition at line 50 of file class.TableGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getTableId | ( | ) |
Definition at line 92 of file class.TableGUIRequest.php.
References ILIAS\Repository\str().
Here is the call graph for this function:| ILIAS\Table\TableGUIRequest::getUserId | ( | ) |
Definition at line 97 of file class.TableGUIRequest.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.