Difference between revisions of "Mediawiki API notes"

From Simson Garfinkel
Jump to navigationJump to search
m (New page: class Article(): getSection($text,$section) - $text - string to look in; $section - section number - depricated getTitle() clear() getContent() - does not ...)
 
(No difference)

Latest revision as of 15:00, 1 June 2009

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