protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.conversation.attachment', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.conversation.attachment', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 200,
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData)) {
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 200,
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'mybb_';
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 100
];
/**
- * @see \wcf\system\exporter\IExporter::init()
+ * @inheritDoc
*/
public function init() {
$host = $this->databaseHost;
}
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
$supportedData = [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
return true;
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 200,
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'phpbb_';
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 200,
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'phpbb_';
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 200,
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'smf_';
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 100,
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 100,
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.conversation.attachment', $this->selectedData) || in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'bb1_';
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user.avatar' => 100,
protected static $availableThreadSortFields = ['topic', 'username', 'time', 'views', 'replies', 'lastPostTime', 'cumulativeLikes'];
/**
- * @see \wcf\system\exporter\IExporter::init()
+ * @inheritDoc
*/
public function init() {
parent::init();
}
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.conversation.attachment', $this->selectedData) || in_array('com.woltlab.wcf.smiley', $this->selectedData) || in_array('com.woltlab.blog.entry.attachment', $this->selectedData) || in_array('com.woltlab.calendar.event.attachment', $this->selectedData) || in_array('com.woltlab.gallery.image', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'wbb1_1_';
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 100,
];
/**
- * @see \wcf\system\exporter\IExporter::init()
+ * @inheritDoc
*/
public function init() {
parent::init();
}
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
$supportedData = [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.wcf.conversation.attachment', $this->selectedData) || in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'wcf1_';
protected $categoryCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.blog.entry.attachment', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'wp_';
protected $boardCache = [];
/**
- * @see \wcf\system\exporter\AbstractExporter::$methods
+ * @inheritDoc
*/
protected $methods = [
'com.woltlab.wcf.user' => 'Users',
];
/**
- * @see \wcf\system\exporter\AbstractExporter::$limits
+ * @inheritDoc
*/
protected $limits = [
'com.woltlab.wcf.user' => 200,
];
/**
- * @see \wcf\system\exporter\IExporter::getSupportedData()
+ * @inheritDoc
*/
public function getSupportedData() {
return [
}
/**
- * @see \wcf\system\exporter\IExporter::validateDatabaseAccess()
+ * @inheritDoc
*/
public function validateDatabaseAccess() {
parent::validateDatabaseAccess();
}
/**
- * @see \wcf\system\exporter\IExporter::validateFileAccess()
+ * @inheritDoc
*/
public function validateFileAccess() {
if (in_array('com.woltlab.wcf.user.avatar', $this->selectedData) || in_array('com.woltlab.wbb.attachment', $this->selectedData) || in_array('com.woltlab.blog.entry.attachment', $this->selectedData) || in_array('com.woltlab.wcf.smiley', $this->selectedData)) {
}
/**
- * @see \wcf\system\exporter\IExporter::getQueue()
+ * @inheritDoc
*/
public function getQueue() {
$queue = [];
}
/**
- * @see \wcf\system\exporter\IExporter::getDefaultDatabasePrefix()
+ * @inheritDoc
*/
public function getDefaultDatabasePrefix() {
return 'xf_';