Public Member Functions | |
LogImporter ($type) | |
setupActions () | |
makeLineRegexp ($type, $action) | |
importText ($text) | |
fixDate ($date) | |
importLine ($line) | |
Public Attributes | |
$dummy = false |
Definition at line 41 of file importLogs.inc.
LogImporter::fixDate | ( | $ | date | ) |
Definition at line 86 of file importLogs.inc.
References $n, and wfTimestamp().
Referenced by importLine().
LogImporter::importLine | ( | $ | line | ) |
Definition at line 101 of file importLogs.inc.
References $action, $user, fixDate(), User::idFromName(), Title::newFromText(), and wfUnescapeWikiText().
Referenced by importText().
LogImporter::importText | ( | $ | text | ) |
LogImporter::LogImporter | ( | $ | type | ) |
LogImporter::makeLineRegexp | ( | $ | type, | |
$ | action | |||
) |
Definition at line 59 of file importLogs.inc.
References $action, $text, $type, and LogPage::actionText().
Referenced by setupActions().
LogImporter::setupActions | ( | ) |
Definition at line 50 of file importLogs.inc.
References $action, $key, and makeLineRegexp().
Referenced by LogImporter().
LogImporter::$dummy = false |
Definition at line 42 of file importLogs.inc.