|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\User\StaticURLHandler:
Collaboration diagram for ILIAS\User\StaticURLHandler:Public Member Functions | |
| __construct () | |
| getNamespace () | |
| handle (Request $request, Context $context, Factory $response_factory) | |
Public Member Functions inherited from ILIAS\StaticURL\Handler\BaseHandler | |
| __construct () | |
| canHandle (Request $request) | |
Public Member Functions inherited from ILIAS\StaticURL\Handler\Handler | |
| __construct () | |
| getNamespace () | |
| canHandle (Request $request) | |
| handle (Request $request, Context $context, Factory $response_factory) | |
Data Fields | |
| const | NAMESPACE = 'usr' |
| const | CHANGE_EMAIL_OPERATION = 'email' |
| const | REGISTRATION_OPERATION = 'registration' |
| const | USERNAME_ASSIST_OPERATION = 'nameassist' |
| const | PASSWORD_ASSIST_OPERATION = 'pwassist' |
| const | DEL_OWN_ACCOUNT_OPERATION = 'delown' |
| const | CONTACT_APPROVE_OPERATION = '_contact_approved' |
| const | CONTACT_IGNORE_OPERATION = '_contact_ignored' |
Private Member Functions | |
| buildChangeEmailUrl (string $token, \ilCtrl $ctrl) | |
| getLoginUrl (Request $request, Context $context) | |
| buildDeleteUsrUrl (Context $context) | |
| getRedirectToOtherComponentsOrProfile (\ilCtrl $ctrl, ?int $target_user_id, string $cmd) | |
| buildProfileUrl (\ilCtrl $ctrl, ?int $target_user_id, string $cmd) | |
Private Attributes | |
| readonly LegalDocumentsConductor | $legal_documents |
| readonly ilObjUser | $user |
| readonly StartingPointRepository | $starting_point_repository |
Definition at line 37 of file StaticURLHandler.php.
| ILIAS\User\StaticURLHandler::__construct | ( | ) |
Reimplemented from ILIAS\StaticURL\Handler\BaseHandler.
Definition at line 52 of file StaticURLHandler.php.
References $DIC, ILIAS\User\LocalDIC\dic(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
private |
Definition at line 110 of file StaticURLHandler.php.
References $token, ILIAS\User\Profile\PersonalProfileGUI\CHANGE_EMAIL_CMD, ilCtrl\clearParameterByClass(), ilCtrl\getLinkTargetByClass(), and ilCtrl\setParameterByClass().
Referenced by ILIAS\User\StaticURLHandler\handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 134 of file StaticURLHandler.php.
References $context.
Referenced by ILIAS\User\StaticURLHandler\handle().
Here is the caller graph for this function:
|
private |
Definition at line 186 of file StaticURLHandler.php.
References ilCtrl\getLinkTargetByClass().
Referenced by ILIAS\User\StaticURLHandler\handle().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 118 of file StaticURLHandler.php.
Referenced by ILIAS\User\StaticURLHandler\handle().
Here is the caller graph for this function:| ILIAS\User\StaticURLHandler::getNamespace | ( | ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 60 of file StaticURLHandler.php.
References ILIAS\User\StaticURLHandler\NAMESPACE.
|
private |
Definition at line 154 of file StaticURLHandler.php.
References ilCtrl\getLinkTargetByClass().
Referenced by ILIAS\User\StaticURLHandler\handle().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\User\StaticURLHandler::handle | ( | Request | $request, |
| Context | $context, | ||
| Factory | $response_factory | ||
| ) |
Implements ILIAS\StaticURL\Handler\Handler.
Definition at line 65 of file StaticURLHandler.php.
References $context, ILIAS\User\StaticURLHandler\buildChangeEmailUrl(), ILIAS\User\StaticURLHandler\buildDeleteUsrUrl(), ILIAS\User\StaticURLHandler\buildProfileUrl(), ILIAS\StaticURL\Context\ctrl(), ILIAS\User\StaticURLHandler\getLoginUrl(), ILIAS\User\StaticURLHandler\getRedirectToOtherComponentsOrProfile(), and ILIAS\StaticURL\Request\Request\getReferenceId().
Here is the call graph for this function:
|
private |
Definition at line 48 of file StaticURLHandler.php.
|
private |
Definition at line 50 of file StaticURLHandler.php.
|
private |
Definition at line 49 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::CHANGE_EMAIL_OPERATION = 'email' |
Definition at line 40 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::CONTACT_APPROVE_OPERATION = '_contact_approved' |
Definition at line 45 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::CONTACT_IGNORE_OPERATION = '_contact_ignored' |
Definition at line 46 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::DEL_OWN_ACCOUNT_OPERATION = 'delown' |
Definition at line 44 of file StaticURLHandler.php.
Referenced by ILIAS\User\Account\DeleteAccountGUI\deleteOwnAccountLogout().
| const ILIAS\User\StaticURLHandler::NAMESPACE = 'usr' |
Definition at line 39 of file StaticURLHandler.php.
Referenced by ILIAS\User\StaticURLHandler\getNamespace(), and ILIAS\User\Profile\ChangeMail\Token\getUriForStatus().
| const ILIAS\User\StaticURLHandler::PASSWORD_ASSIST_OPERATION = 'pwassist' |
Definition at line 43 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::REGISTRATION_OPERATION = 'registration' |
Definition at line 41 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::USERNAME_ASSIST_OPERATION = 'nameassist' |
Definition at line 42 of file StaticURLHandler.php.