|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\User\Profile\GUIRequest:Public Member Functions | |
| __construct (RequestServices $request, private Refinery $refinery) | |
| getUserId () | |
| getBackUrl () | |
| getBaseClass () | |
| getPrompted () | |
| getOsdId () | |
| getFieldId () | |
| getTerm () | |
| getToken () | |
| getUserFileCapture () | |
| getParsedBody () | |
Private Member Functions | |
| int (string $key) | |
| str (string $key) | |
| existsInPostOrQuery (string $key) | |
| getFromQueryOrPost (string $key, Transformation $transformation, string $source) | |
Private Attributes | |
| WrapperFactory | $wrapper |
| array | $post |
Definition at line 28 of file GUIRequest.php.
| ILIAS\User\Profile\GUIRequest::__construct | ( | RequestServices | $request, |
| private Refinery | $refinery | ||
| ) |
Definition at line 36 of file GUIRequest.php.
|
private |
Definition at line 134 of file GUIRequest.php.
Referenced by ILIAS\User\Profile\GUIRequest\int(), and ILIAS\User\Profile\GUIRequest\str().
Here is the caller graph for this function:| ILIAS\User\Profile\GUIRequest::getBackUrl | ( | ) |
Definition at line 53 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\str().
Here is the call graph for this function:| ILIAS\User\Profile\GUIRequest::getBaseClass | ( | ) |
Definition at line 58 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\str().
Here is the call graph for this function:| ILIAS\User\Profile\GUIRequest::getFieldId | ( | ) |
Definition at line 73 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\str().
Here is the call graph for this function:
|
private |
Definition at line 147 of file GUIRequest.php.
Referenced by ILIAS\User\Profile\GUIRequest\int(), and ILIAS\User\Profile\GUIRequest\str().
Here is the caller graph for this function:| ILIAS\User\Profile\GUIRequest::getOsdId | ( | ) |
Definition at line 68 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\int().
Here is the call graph for this function:| ILIAS\User\Profile\GUIRequest::getParsedBody | ( | ) |
Definition at line 125 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\$post.
| ILIAS\User\Profile\GUIRequest::getPrompted | ( | ) |
Definition at line 63 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\int().
Here is the call graph for this function:| ILIAS\User\Profile\GUIRequest::getTerm | ( | ) |
Definition at line 78 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\str().
Here is the call graph for this function:| ILIAS\User\Profile\GUIRequest::getToken | ( | ) |
Definition at line 83 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\str().
Here is the call graph for this function:| ILIAS\User\Profile\GUIRequest::getUserFileCapture | ( | ) |
Definition at line 88 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\str().
Here is the call graph for this function:| ILIAS\User\Profile\GUIRequest::getUserId | ( | ) |
Definition at line 44 of file GUIRequest.php.
References $user_id, and ILIAS\User\Profile\GUIRequest\int().
Here is the call graph for this function:
|
private |
Definition at line 99 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\existsInPostOrQuery(), ILIAS\User\Profile\GUIRequest\getFromQueryOrPost(), and ILIAS\Repository\refinery().
Referenced by ILIAS\User\Profile\GUIRequest\getOsdId(), ILIAS\User\Profile\GUIRequest\getPrompted(), and ILIAS\User\Profile\GUIRequest\getUserId().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 110 of file GUIRequest.php.
References ILIAS\User\Profile\GUIRequest\existsInPostOrQuery(), ILIAS\User\Profile\GUIRequest\getFromQueryOrPost(), and ILIAS\Repository\refinery().
Referenced by ILIAS\User\Profile\GUIRequest\getBackUrl(), ILIAS\User\Profile\GUIRequest\getBaseClass(), ILIAS\User\Profile\GUIRequest\getFieldId(), ILIAS\User\Profile\GUIRequest\getTerm(), ILIAS\User\Profile\GUIRequest\getToken(), and ILIAS\User\Profile\GUIRequest\getUserFileCapture().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 34 of file GUIRequest.php.
Referenced by ILIAS\User\Profile\GUIRequest\getParsedBody().
|
private |
Definition at line 30 of file GUIRequest.php.