40 parent::__construct(
'Myuploads' );
41 $this->mAllowedRedirectParams = [
'limit',
'ilshowall',
'ilsearch' ];
66class_alias( SpecialMyuploads::class,
'SpecialMyuploads' );
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.
getName()
Get the name of this Special Page.