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