|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
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, ?ReferenceId $target_user_id, string $cmd) | |
| buildProfileUrl (\ilCtrl $ctrl, ?ReferenceId $target_user_id, string $cmd) | |
Private Attributes | |
| readonly LegalDocumentsConductor | $legal_documents |
| readonly ilObjUser | $user |
| readonly StartingPointRepository | $starting_point_repository |
Definition at line 40 of file StaticURLHandler.php.
| ILIAS\User\StaticURLHandler::__construct | ( | ) |
Reimplemented from ILIAS\StaticURL\Handler\BaseHandler.
Definition at line 55 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 113 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 137 of file StaticURLHandler.php.
References ILIAS\StaticURL\Context\ctrl().
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 189 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 121 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 63 of file StaticURLHandler.php.
References ILIAS\User\StaticURLHandler\NAMESPACE.
|
private |
Definition at line 157 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 68 of file StaticURLHandler.php.
References ILIAS\User\StaticURLHandler\buildChangeEmailUrl(), ILIAS\User\StaticURLHandler\buildDeleteUsrUrl(), ILIAS\User\StaticURLHandler\buildProfileUrl(), ILIAS\StaticURL\Context\ctrl(), ILIAS\User\StaticURLHandler\getLoginUrl(), ILIAS\User\StaticURLHandler\getRedirectToOtherComponentsOrProfile(), ILIAS\StaticURL\Request\Request\getReferenceId(), and ILIAS\StaticURL\Context\isUserLoggedIn().
Here is the call graph for this function:
|
private |
Definition at line 51 of file StaticURLHandler.php.
|
private |
Definition at line 53 of file StaticURLHandler.php.
|
private |
Definition at line 52 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::CHANGE_EMAIL_OPERATION = 'email' |
Definition at line 43 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::CONTACT_APPROVE_OPERATION = '_contact_approved' |
Definition at line 48 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::CONTACT_IGNORE_OPERATION = '_contact_ignored' |
Definition at line 49 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::DEL_OWN_ACCOUNT_OPERATION = 'delown' |
Definition at line 47 of file StaticURLHandler.php.
Referenced by ILIAS\User\Account\DeleteAccountGUI\deleteOwnAccountLogout().
| const ILIAS\User\StaticURLHandler::NAMESPACE = 'usr' |
Definition at line 42 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 46 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::REGISTRATION_OPERATION = 'registration' |
Definition at line 44 of file StaticURLHandler.php.
| const ILIAS\User\StaticURLHandler::USERNAME_ASSIST_OPERATION = 'nameassist' |
Definition at line 45 of file StaticURLHandler.php.