Mediawiki API notes

From Simson Garfinkel
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

class Article():

getSection($text,$section) - $text - string to look in; $section - section number
                           - depricated
getTitle() 
clear()
getContent() - does not follow redirects anymore. 
             Article::followContent() - to follow the redirects
 exists() - returns true if page is in database