Methods

__construct()

__construct() 
Inherited
inherited_from \XenForo_Importer_Abstract::__construct()

configStep()

configStep(\XenForo_ControllerAdmin_Abstract $controller, \XenForo_ImportSession $session, $step, array $options) 
Inherited
inherited_from \XenForo_Importer_Abstract::configStep()

Parameters

$controller

$session

$step

$options

configStepUsers()

configStepUsers(array $options) 

Parameters

$options

configure()

configure(\XenForo_ControllerAdmin_Abstract $controller, array $config) 

Parameters

$controller

$config

getImportCompleteMessages()

getImportCompleteMessages() 
Inherited
inherited_from \XenForo_Importer_Abstract::getImportCompleteMessages()

getKey()

getKey() 
Inherited
inherited_from \XenForo_Importer_Abstract::getKey()

getName()

getName() 
Static

getStep()

getStep($step) 
Inherited
inherited_from \XenForo_Importer_Abstract::getStep()

Parameters

$step

getSteps()

getSteps() 

processAttachmentTags()

processAttachmentTags($oldAttachmentId, $newAttachmentId, $messageText) 
Static

Parameters

$oldAttachmentId

$newAttachmentId

$messageText

runStep()

runStep(\XenForo_ControllerAdmin_Abstract $controller, \XenForo_ImportSession $session, $step, $start, array $options) 
Inherited
inherited_from \XenForo_Importer_Abstract::runStep()

Parameters

$controller

$session

$step

$start

$options

stepAttachments()

stepAttachments($start, array $options) 

Parameters

$start

$options

stepAvatars()

stepAvatars($start, array $options) 

Parameters

$start

$options

stepForums()

stepForums($start, array $options) 

Parameters

$start

$options

stepModerators()

stepModerators($start, array $options) 

Parameters

$start

$options

stepPolls()

stepPolls($start, array $options) 

Parameters

$start

$options

stepPrivateMessages()

stepPrivateMessages($start, array $options) 

Parameters

$start

$options

stepReputation()

stepReputation($start, array $options) 

Parameters

$start

$options

stepThreadPrefixes()

stepThreadPrefixes($start, array $options) 

Parameters

$start

$options

stepThreads()

stepThreads($start, array $options) 

Parameters

$start

$options

stepUserFields()

stepUserFields($start, array $options) 

Parameters

$start

$options

stepUserGroups()

stepUserGroups($start, array $options) 

Parameters

$start

$options

stepUsers()

stepUsers($start, array $options) 

Parameters

$start

$options

stepUsersFailed()

stepUsersFailed($start, array $options) 

Parameters

$start

$options

stepUsersMerge()

stepUsersMerge($start, array $options) 

Parameters

$start

$options

stepVisitorMessages()

stepVisitorMessages($start, array $options) 

Parameters

$start

$options

validateConfiguration()

validateConfiguration(array $config) 

Parameters

$config

_bootstrap()

_bootstrap(array $config) 

Parameters

$config

_bootstrapImporter()

_bootstrapImporter(array $config) 
Inherited
inherited_from \XenForo_Importer_Abstract::_bootstrapImporter()

Parameters

$config

_calculateForumPermissions()

_calculateForumPermissions($perms) 

Parameters

$perms

_calculateModeratorPermissions()

_calculateModeratorPermissions($perms1, $perms2) 

Parameters

$perms1

$perms2

_calculateUserGroupPermissions()

_calculateUserGroupPermissions(array $userGroup) 

Parameters

$userGroup

Convert the given text to valid UTF-8

_convertToUtf8(string $string, boolean $entities) : string
Inherited
inherited_from \XenForo_Importer_Abstract::_convertToUtf8()

Parameters

$string

string

$entities

boolean

Convert < (and other) entities back to < characters

Returns

string

_convertUserFieldChoices()

_convertUserFieldChoices(array $profileField, array $fieldChoiceLookups) 

Parameters

$profileField

$fieldChoiceLookups

_getNextUserStep()

_getNextUserStep() 

_getProgressOutput()

_getProgressOutput($lastId, $maxId) 
Inherited
inherited_from \XenForo_Importer_Abstract::_getProgressOutput()

Parameters

$lastId

$maxId

_getSelectUserSql()

_getSelectUserSql($where) 

Parameters

$where

_importForumPermissions()

_importForumPermissions($nodeId, array $groupPerms) 

Parameters

$nodeId

$groupPerms

_importForumTree()

_importForumTree($parentId, array $forumTree, array $forumPermissions, array $forumIdMap) 

Parameters

$parentId

$forumTree

$forumPermissions

$forumIdMap

_importOrMergeUser()

_importOrMergeUser(array $user, array $options) 

Parameters

$user

$options

_importUser()

_importUser(array $user, array $options) 

Parameters

$user

$options

_mapLookUp()

_mapLookUp(array $map, $key, $default, $lowerKey) 
Inherited
inherited_from \XenForo_Importer_Abstract::_mapLookUp()

Parameters

$map

$key

$default

$lowerKey

_mapLookUpList()

_mapLookUpList(array $map, array $keys, $lowerKey) 
Inherited
inherited_from \XenForo_Importer_Abstract::_mapLookUpList()

Parameters

$map

$keys

$lowerKey

_mergeUser()

_mergeUser(array $user, $targetUserId) 

Parameters

$user

$targetUserId

_resolveUserConflicts()

_resolveUserConflicts(array $users, array $resolve) 

Parameters

$users

$resolve

_rewriteQuotes()

_rewriteQuotes($message, array $quotes, array $postIdMap) 

Parameters

$message

$quotes

$postIdMap

 Properties

 

$_charset 
 

$_config 
 

$_controller : \XenForo_ControllerAdmin_Abstract
Inherited
inherited_from \XenForo_Importer_Abstract::$$_controller
 

$_db : \Zend_Db_Adapter_Abstract
Inherited
inherited_from \XenForo_Importer_Abstract::$$_db
 

$_groupMap 
 

$_importModel : \XenForo_Model_Import
Inherited
inherited_from \XenForo_Importer_Abstract::$$_importModel
 

$_nodePermissionsGrouped 
 

$_prefix 
 

$_session : \XenForo_ImportSession
Inherited
inherited_from \XenForo_Importer_Abstract::$$_session
 

$_sourceDb : \Zend_Db_Adapter_Abstract
 

$_userFieldMap