24 parent::__construct(
'AllMyUploads' );
26 $this->tempUserConfig = $tempUserConfig;
28 $this->mAllowedRedirectParams = [
'limit',
'ilsearch' ];
34 if ( $this->tempUserConfig->isEnabled() && $this->getUser()->isAnon() ) {
37 parent::execute( $subpage );
42 if ( $this->tempUserConfig->isEnabled() && $this->getUser()->isAnon() ) {
46 $this->mAddedRedirectParams[
'ilshowall'] = 1;
64class_alias( SpecialAllMyUploads::class,
'SpecialAllMyUploads' );
Shortcut to construct a special page alias.
Parent class for all special pages.
static getTitleFor( $name, $subpage=false, $fragment='')
Get a localised Title object for a specified special page name If you don't need a full Title object,...
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.