protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("summary", "iwcode", "fullhistory", "into_namespace", "templates"));
 }
Esempio n. 2
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "protections", "expiry", "cascade"));
 }
Esempio n. 3
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "expiry", "anononly", "nocreate", "autoblock", "noemail"));
 }
Esempio n. 4
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "add_groups", "remove_groups"));
 }
Esempio n. 5
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("unwatch"));
 }
Esempio n. 6
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "to_title", "noredirect", "movetalk", "movesubpages", "watch"));
 }
Esempio n. 7
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "watch", "oldimage"));
 }
Esempio n. 8
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "block_id"));
 }
Esempio n. 9
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("subject", "text", "ccme"));
 }
Esempio n. 10
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("name", "password", "domain", "email", "realname", "mailpassword", "reason", "language"));
 }
Esempio n. 11
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("summary", "undo_revid", "to_revid", "is_bot", "is_minor", "watch"));
 }
Esempio n. 12
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("reason", "timestamps"));
 }
Esempio n. 13
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("summary"));
 }
Esempio n. 14
0
 protected function task_paramnames()
 {
     return array_merge(parent::task_paramnames(), array("summary", "section", "sectiontitle", "is_bot", "is_minor", "watch", "recreate", "createonly", "nocreate"));
 }