MediaWiki
REL1_20
|
Public Member Functions | |
downloadSource () | |
getAction () | |
getArchiveName () | |
getComment () | |
getFilename () | |
getFileSrc () | |
getID () | |
getMinor () | |
getParams () | |
getSha1 () | |
getSize () | |
getSrc () | |
getText () | |
getTimestamp () | |
getTitle () | |
getType () | |
getUser () | |
importLogItem () | |
importOldRevision () | |
importUpload () | |
isTempSrc () | |
setAction ($action) | |
setArchiveName ($archiveName) | |
setComment ($text) | |
setFilename ($filename) | |
setFileSrc ($src, $isTemp) | |
setID ($id) | |
setMinor ($minor) | |
setNoUpdates ($noupdates) | |
setParams ($params) | |
setSha1Base36 ($sha1base36) | |
setSize ($size) | |
setSrc ($src) | |
setText ($text) | |
setTimestamp ($ts) | |
setTitle ($title) | |
setType ($type) | |
setUserIP ($ip) | |
setUsername ($user) | |
Public Attributes | |
$action = "" | |
$archiveName = '' | |
$comment = "" | |
$fileIsTemp | |
$fileSrc = '' | |
$id = 0 | |
$importer = null | |
$isTemp = false | |
$minor = false | |
$params = "" | |
$sha1base36 = false | |
$text = "" | |
$timestamp = "20010115000000" | |
Title | $title = null |
$type = "" | |
$user = 0 | |
$user_text = "" | |
Private Attributes | |
$mNoUpdates = false |
Definition at line 1473 of file Import.php.
Definition at line 1277 of file Import.php.
Definition at line 1256 of file Import.php.
Definition at line 1204 of file Import.php.
Definition at line 1249 of file Import.php.
Definition at line 1235 of file Import.php.
Definition at line 1176 of file Import.php.
Definition at line 1211 of file Import.php.
Definition at line 1284 of file Import.php.
Definition at line 1225 of file Import.php.
Definition at line 1263 of file Import.php.
Definition at line 1218 of file Import.php.
Definition at line 1197 of file Import.php.
Definition at line 1183 of file Import.php.
Definition at line 1169 of file Import.php.
Definition at line 1270 of file Import.php.
Definition at line 1190 of file Import.php.
Definition at line 1361 of file Import.php.
Definition at line 1291 of file Import.php.
Definition at line 1407 of file Import.php.
Definition at line 1242 of file Import.php.
WikiRevision::setAction | ( | $ | action | ) |
$action |
Definition at line 1148 of file Import.php.
WikiRevision::setArchiveName | ( | $ | archiveName | ) |
$archiveName |
Definition at line 1127 of file Import.php.
WikiRevision::setComment | ( | $ | text | ) |
$text |
Definition at line 1083 of file Import.php.
WikiRevision::setFilename | ( | $ | filename | ) |
$filename |
Definition at line 1120 of file Import.php.
WikiRevision::setFileSrc | ( | $ | src, |
$ | isTemp | ||
) |
$src | |
$isTemp |
Definition at line 1105 of file Import.php.
WikiRevision::setID | ( | $ | id | ) |
$id |
Definition at line 1047 of file Import.php.
Referenced by WikiImporter\processLogItem(), and WikiImporter\processRevision().
WikiRevision::setMinor | ( | $ | minor | ) |
$minor |
Definition at line 1090 of file Import.php.
WikiRevision::setNoUpdates | ( | $ | noupdates | ) |
$noupdates |
Definition at line 1162 of file Import.php.
WikiRevision::setParams | ( | $ | params | ) |
$params |
Definition at line 1155 of file Import.php.
WikiRevision::setSha1Base36 | ( | $ | sha1base36 | ) |
$sha1base36 |
Definition at line 1113 of file Import.php.
WikiRevision::setSize | ( | $ | size | ) |
$size |
Definition at line 1134 of file Import.php.
WikiRevision::setSrc | ( | $ | src | ) |
$src |
Definition at line 1097 of file Import.php.
WikiRevision::setText | ( | $ | text | ) |
WikiRevision::setTimestamp | ( | $ | ts | ) |
$ts |
Definition at line 1054 of file Import.php.
WikiRevision::setTitle | ( | $ | title | ) |
$title |
MWException |
Definition at line 1034 of file Import.php.
Referenced by WikiImporter\processUpload().
WikiRevision::setType | ( | $ | type | ) |
$type |
Definition at line 1141 of file Import.php.
WikiRevision::setUserIP | ( | $ | ip | ) |
$ip |
Definition at line 1069 of file Import.php.
WikiRevision::setUsername | ( | $ | user | ) |
$user |
Definition at line 1062 of file Import.php.
WikiRevision::$action = "" |
Definition at line 1021 of file Import.php.
WikiRevision::$archiveName = '' |
Definition at line 1026 of file Import.php.
WikiRevision::$comment = "" |
Definition at line 1018 of file Import.php.
WikiRevision::$fileIsTemp |
Definition at line 1027 of file Import.php.
WikiRevision::$fileSrc = '' |
Definition at line 1023 of file Import.php.
WikiRevision::$id = 0 |
Definition at line 1013 of file Import.php.
WikiRevision::$importer = null |
Definition at line 1008 of file Import.php.
WikiRevision::$isTemp = false |
Definition at line 1025 of file Import.php.
WikiRevision::$minor = false |
Definition at line 1019 of file Import.php.
WikiRevision::$mNoUpdates = false [private] |
Definition at line 1028 of file Import.php.
WikiRevision::$params = "" |
Definition at line 1022 of file Import.php.
WikiRevision::$sha1base36 = false |
Definition at line 1024 of file Import.php.
WikiRevision::$text = "" |
Definition at line 1017 of file Import.php.
WikiRevision::$timestamp = "20010115000000" |
Definition at line 1014 of file Import.php.
Title WikiRevision::$title = null |
Definition at line 1012 of file Import.php.
WikiRevision::$type = "" |
Definition at line 1020 of file Import.php.
WikiRevision::$user = 0 |
Definition at line 1015 of file Import.php.
WikiRevision::$user_text = "" |
Definition at line 1016 of file Import.php.