Mediawiki API notes

From Simson Garfinkel
Revision as of 16:00, 1 June 2009 by Simson (talk | contribs) (New page: class Article(): getSection($text,$section) - $text - string to look in; $section - section number - depricated getTitle() clear() getContent() - does not ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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