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