com.woltlab.wbb.importer.system.importer
Exporter implementation for exporting data from a punbb 1.2.x.
Exporter | --PunBB12xExporter
| Type | Name |
|---|---|
mixed |
$supportedData |
mixed |
$supportedDatabaseClasses |
mixed |
$useDatabase |
| Return | Name |
|---|---|
PunBB12xExporter |
__construct()
|
void |
countAvatars()
|
void |
countBoardPermissions()
|
void |
countBoards()
|
void |
countGroups()
|
void |
countPosts()
|
void |
countThreads()
|
void |
countThreadSubscriptions()
|
void |
countUsers()
|
void |
exportAvatars( $offset, $limit)
|
void |
exportBoardPermissions( $offset, $limit)
|
void |
exportBoards( $offset, $limit)
|
void |
exportGroups( $offset, $limit)
|
void |
exportPosts( $offset, $limit)
|
void |
exportThreads( $offset, $limit)
|
void |
exportThreadSubscriptions( $offset, $limit)
|
void |
exportUsers( $offset, $limit)
|
void |
validate()
|
public mixed $supportedData = array(
'groups' => 1, 'users' => 1, 'avatars' => 1, 'boards' => 1, 'moderators' => 0, 'boardSubscriptions' => 0, 'threads' => 1,
'threadRatings' => 0, 'attachments' => 0, 'threadSubscriptions' => 1, 'polls' => 0, 'privateMessages' => 0,
'privateMessageFolders' => 0, 'boardPermissions' => 1, 'smilies' => 0, 'userOptions' => 0, 'calendars' => 0, 'calendarEvents' => 0
)
Redefinition of: Exporter::$supportedData: list of supported data
public mixed $supportedDatabaseClasses = array('MySQLDatabase', 'MySQLiDatabase')
Redefinition of: Exporter::$supportedDatabaseClasses: list of supported databases
public mixed $useDatabase = true
Redefinition of: Exporter::$useDatabase: true, if this exporter uses database access
Exporter::$data, Exporter::$databaseClassLabels, Exporter::$dbPrefix, Exporter::$limits, Exporter::$needsPasswordConversion, Exporter::$settings
public PunBB12xExporter __construct()
Creates a new PunBB12xExporter object.
public void countAvatars()
Redefinition of: Exporter::countAvatars()
public void countBoardPermissions()
Redefinition of: Exporter::countBoardPermissions()
public void countBoards()
Redefinition of: Exporter::countBoards()
public void countGroups()
Redefinition of: Exporter::countGroups()
public void countPosts()
Redefinition of: Exporter::countPosts()
public void countThreads()
Redefinition of: Exporter::countThreads()
public void countThreadSubscriptions()
Redefinition of: Exporter::countThreadSubscriptions()
public void countUsers()
Redefinition of: Exporter::countUsers()
public void exportAvatars( $offset, $limit)
public void exportBoardPermissions( $offset, $limit)
public void exportBoards( $offset, $limit)
public void exportGroups( $offset, $limit)
public void exportPosts( $offset, $limit)
public void exportThreads( $offset, $limit)
public void exportThreadSubscriptions( $offset, $limit)
public void exportUsers( $offset, $limit)
public void validate()
Redefinition of: Exporter::validate()
Exporter::countAttachments(), Exporter::countAvatars(), Exporter::countBoardPermissions(), Exporter::countBoards(), Exporter::countBoardSubscriptions(), Exporter::countCalendarEvents(), Exporter::countCalendars(), Exporter::countGroups(), Exporter::countModerators(), Exporter::countPollOptions(), Exporter::countPollOptionVotes(), Exporter::countPolls(), Exporter::countPollVotes(), Exporter::countPosts(), Exporter::countPrivateMessageFolders(), Exporter::countPrivateMessageRecipients(), Exporter::countPrivateMessages(), Exporter::countSmilies(), Exporter::countThreadRatings(), Exporter::countThreads(), Exporter::countThreadSubscriptions(), Exporter::countUserOptions(), Exporter::countUsers(), Exporter::exportAttachments(), Exporter::exportAvatars(), Exporter::exportBoardPermissions(), Exporter::exportBoards(), Exporter::exportBoardSubscriptions(), Exporter::exportCalendarEvents(), Exporter::exportCalendars(), Exporter::exportGroups(), Exporter::exportModerators(), Exporter::exportPollOptions(), Exporter::exportPollOptionVotes(), Exporter::exportPolls(), Exporter::exportPollVotes(), Exporter::exportPosts(), Exporter::exportPrivateMessageFolders(), Exporter::exportPrivateMessageRecipients(), Exporter::exportPrivateMessages(), Exporter::exportSmilies(), Exporter::exportThreadRatings(), Exporter::exportThreads(), Exporter::exportThreadSubscriptions(), Exporter::exportUserOptions(), Exporter::exportUsers(), Exporter::getAvailableEncodings(), Exporter::getDB(), Exporter::getImporter(), Exporter::getSupportedDatabaseClasses(), Exporter::init(), Exporter::initDB(), Exporter::setEncryptionSettings(), Exporter::validate()