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 85 of file SpecialMIMEsearch.php.
References $minor, $offset, $wgOut, $wgRequest, $wgTitle, Xml::closeElement(), Xml::element(), Xml::inputLabel(), Xml::openElement(), Xml::submitButton(), wfCheckLimits(), wfMsg(), wfSpecialMIMEsearchParse(), and wfSpecialMIMEsearchValidType().
wfSpecialMIMEsearchParse | ( | $ | str | ) |
Definition at line 109 of file SpecialMIMEsearch.php.
References $minor.
Referenced by wfSpecialMIMEsearch().
wfSpecialMIMEsearchValidType | ( | $ | type | ) |
Definition at line 123 of file SpecialMIMEsearch.php.
References $type.
Referenced by wfSpecialMIMEsearch().