Manual:UploadBase.php/pl
Plik MediaWiki: UploadBase.php | |
---|---|
Lokalizacja: | includes/upload/ |
Kod źródłowy: | master • 1.43.1 • 1.42.6 • 1.39.12 |
Klasy: | UploadBase |
UploadBase and subclasses are the backend of MediaWiki's file uploads. The frontends are formed by ApiUpload and SpecialUpload.
Funkcje
UploadBase::performUpload( $comment, $pageText, $watch, $user )
– Really perform the upload. Stores the file in the local repo, watches if necessary and runs the UploadComplete hook.UploadBase::getLocalFile()
– Return the local file and initializes if necessary.