The method Mediawiki\DataModel\Page::getId() has been deprecated with message: since 0.5
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be
removed from the class and what other method or class to use instead.
Loading history...
40
1
);
41
42
1
return true;
43
}
44
45
/**
46
* @since 0.6
47
*
48
* @param ApiGenerator $generator
49
*
50
* @return bool
51
*/
52
public function purgeGenerator( ApiGenerator $generator ) {
53
$this->api->postRequest(
54
new SimpleRequest( 'purge', $generator->getParams() )
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.