Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct('Diff');
     $this->mAllowedRedirectParams = array();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct('Filepath');
     $this->mAllowedRedirectParams = ['width', 'height'];
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct('Filepath');
     $this->mAllowedRedirectParams = array('width', 'height');
 }
Exemplo n.º 4
0
 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'];
 }
Exemplo n.º 7
0
 function __construct()
 {
     parent::__construct('Myblog');
     $this->mAllowedRedirectParams = array('action', 'preload', 'editintro', 'section');
 }
 public function __construct()
 {
     parent::__construct('UserProfile');
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct('Diff');
     $this->mAllowedRedirectParams = [];
 }