Пример #1
0
 public function params()
 {
     if (isset($this->params['from']) && isset($this->params['fromid'])) {
         $this->log("Both 'from' and 'fromid' parameters specified - " . "the wiki might ignore the 'from'", LL_DEBUG);
     }
     return parent::params();
 }
Пример #2
0
 public function params()
 {
     return array_merge($this->extra_params, parent::params());
 }