* @author Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class IPB3xExporter extends AbstractExporter {
protected static $knownProfileFields = ['website', 'icq', 'gender', 'location', 'interests', 'skype'];
* @author Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class IPB4xExporter extends AbstractExporter {
/**
* @author Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class Kunena3xExporter extends AbstractExporter {
/**
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class MyBB16xExporter extends AbstractExporter {
protected static $knownProfileFields = ['Bio', 'Sex', 'Location'];
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class NodeBB0xRedisExporter extends AbstractExporter {
/**
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class PhpBB31xExporter extends AbstractExporter {
protected static $knownProfileFields = [
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class PhpBB3xExporter extends AbstractExporter {
const TOPIC_TYPE_GLOBAL = 3;
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class SMF2xExporter extends AbstractExporter {
const GROUP_EVERYONE = -2;
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class VB3or4xExporter extends AbstractExporter {
const FORUMOPTIONS_ACTIVE = 1;
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class VB5xExporter extends AbstractExporter {
const ATTACHFILE_DATABASE = 0;
* @author Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class WBB2xExporter extends AbstractExporter {
/**
* @author Tim Duesterhus, Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class WBB3xExporter extends AbstractExporter {
/**
* @author Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class WBB4xExporter extends AbstractExporter {
/**
* @author Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class WordPress3xExporter extends AbstractExporter {
/**
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class XF12xExporter extends AbstractExporter {
protected static $knownProfileFields = ['facebook', 'icq', 'twitter', 'skype'];
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class XF2xExporter extends AbstractExporter {
protected static $knownProfileFields = ['facebook', 'icq', 'twitter', 'skype', 'occupation'];
* @author Tim Duesterhus
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package com.woltlab.wcf.exporter
- * @subpackage system.exporter
- * @category Community Framework
+ * @package WoltLabSuite\Core\System\Exporter
*/
class XoborExporter extends AbstractExporter {
/**