38 parent::__construct(
'Mypage' );
40 $this->tempUserConfig = $tempUserConfig;
49 if ( $this->tempUserConfig->isEnabled() && $this->getUser()->isAnon() ) {
53 if ( $subpage ===
null || $subpage ===
'' ) {
75class_alias( SpecialMypage::class,
'SpecialMypage' );
Helper for any RedirectSpecialPage which redirects the user to a particular article (as opposed to us...
getUser()
Shortcut to get the User executing this instance.
requireLogin( $reasonMsg='exception-nologin-text', $titleMsg='exception-nologin')
If the user is not logged in, throws UserNotLoggedIn error.
getName()
Get the canonical, unlocalized name of this special page without namespace.
Redirect to the current user's user page.
__construct(TempUserConfig $tempUserConfig)
personallyIdentifiableTarget()
Target identifies a specific User.