Go to the source code of this file.
Classes | |
| class | SFUploadWindowProto |
| class | SFUploadForm |
| Sub class of HTMLForm that provides the form section of SpecialUpload. More... | |
| class | SFUploadSourceField |
| A form field that contains a radio box in the label. More... | |
Variables | |
| global | $wgVersion |
| $uceMethod = new ReflectionMethod( 'SpecialPage', 'userCanExecute' ) | |
| $uceParams = $uceMethod->getParameters() | |
This class is nearly identical to MediaWiki's SpecialUpload class, with a few changes to remove skin CSS and HTML, and to populate the relevant field in the form with the name of the uploaded form.
Definition in file SF_UploadWindow.php.
| $uceMethod = new ReflectionMethod( 'SpecialPage', 'userCanExecute' ) |
Definition at line 1090 of file SF_UploadWindow.php.
| $uceParams = $uceMethod->getParameters() |
Definition at line 1091 of file SF_UploadWindow.php.
| global $wgVersion |
Definition at line 1089 of file SF_UploadWindow.php.
Referenced by SFUtils::createFormLink(), smwfRegisterHooks(), and smwfRegisterResourceLoaderModules().
1.5.6