Go to the source code of this file.
Classes | |
class | MIMEsearchPage |
Searches the database for files of the requested MIME type, comparing this with the 'img_major_mime' and 'img_minor_mime' fields in the image table. More... | |
Functions | |
wfSpecialMIMEsearch ($par=null) | |
Output the HTML search form, and constructs the MIMEsearchPage object. | |
wfSpecialMIMEsearchParse ($str) | |
wfSpecialMIMEsearchValidType ($type) |
Definition in file SpecialMIMEsearch.php.
wfSpecialMIMEsearch | ( | $ | par = null |
) |
Output the HTML search form, and constructs the MIMEsearchPage object.
Definition at line 90 of file SpecialMIMEsearch.php.
References $wgOut, $wgRequest, Xml::closeElement(), Xml::element(), SpecialPage::getTitleFor(), Xml::hidden(), Xml::inputLabel(), Xml::openElement(), Xml::submitButton(), wfCheckLimits(), wfMsg(), wfSpecialMIMEsearchParse(), and wfSpecialMIMEsearchValidType().
wfSpecialMIMEsearchParse | ( | $ | str | ) |
wfSpecialMIMEsearchValidType | ( | $ | type | ) |