function __construct() { parent::__construct('Diff'); $this->mAllowedRedirectParams = array(); }
public function __construct() { parent::__construct('Filepath'); $this->mAllowedRedirectParams = ['width', 'height']; }
function __construct() { parent::__construct('Filepath'); $this->mAllowedRedirectParams = array('width', 'height'); }
function __construct() { parent::__construct('PermanentLink'); $this->mAllowedRedirectParams = array(); }
function __construct($name) { parent::__construct($name); $redirectParams = array('action', 'redirect', 'rdfrom', 'preload', 'editintro', 'preloadtitle', 'summary', 'nosummary', 'preview', 'minor', 'watchthis', 'section', 'oldid', 'diff', 'dir', 'limit', 'offset', 'feed', 'redlink', 'debug', 'ctype', 'maxage', 'smaxage'); wfRunHooks("RedirectSpecialArticleRedirectParams", array(&$redirectParams)); $this->mAllowedRedirectParams = $redirectParams; }
public function __construct() { parent::__construct('AllMyUploads'); $this->mAllowedRedirectParams = ['limit', 'ilsearch']; }
function __construct() { parent::__construct('Myblog'); $this->mAllowedRedirectParams = array('action', 'preload', 'editintro', 'section'); }
public function __construct() { parent::__construct('UserProfile'); }
public function __construct() { parent::__construct('Diff'); $this->mAllowedRedirectParams = []; }