public function getParamDescription()
 {
     $psModule = new ApiPageSet($this);
     return $psModule->getParamDescription() + array('entirewatchlist' => 'Work on all watched pages', 'timestamp' => 'Timestamp to which to set the notification timestamp', 'torevid' => 'Revision to set the notification timestamp to (one page only)', 'newerthanrevid' => 'Revision to set the notification timestamp newer than (one page only)', 'token' => 'A token previously acquired via prop=info');
 }
Exemplo n.º 2
0
 public function getParamDescription()
 {
     $psModule = new ApiPageSet($this);
     return $psModule->getParamDescription() + array('forcelinkupdate' => 'Update the links tables');
 }