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

configStepForumPermissions()

configStepForumPermissions(array $options) 

Parameters

$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() 

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

stepForumPermissions()

stepForumPermissions($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

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

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

_convertForumPermissionsForUser()

_convertForumPermissionsForUser($userId, $forumId) 

Parameters

$userId

$forumId

_convertGlobalPermissionsForGroup()

_convertGlobalPermissionsForGroup($groupId) 

Parameters

$groupId

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

_getGroupPermissions()

_getGroupPermissions($ids, $forumId) 

Parameters

$ids

$forumId

_getNextUserStep()

_getNextUserStep() 

_getProgressOutput()

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

Parameters

$lastId

$maxId

_getSelectUserSql()

_getSelectUserSql($where) 

Parameters

$where

_getUserPermissions()

_getUserPermissions($id, $forumId) 

Parameters

$id

$forumId

_guessForumPermissions()

_guessForumPermissions(array $nodeMap) 

Parameters

$nodeMap

_handleBbCodeSizeCallback()

_handleBbCodeSizeCallback(array $match) 

Parameters

$match

_hasPhpBbPerm()

_hasPhpBbPerm(array $phpBbPerms, $perm) 

Parameters

$phpBbPerms

$perm

_importForumTree()

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

Parameters

$parentId

$forumTree

$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

_mergePermissions()

_mergePermissions(array $perms, array $perm) 

Parameters

$perms

$perm

_mergeUser()

_mergeUser(array $user, $targetUserId) 

Parameters

$user

$targetUserId

_resolveUserConflicts()

_resolveUserConflicts(array $users, array $resolve) 

Parameters

$users

$resolve

_sanitizeBbCode()

_sanitizeBbCode($string, $bbCodeUid, $strip) 

Parameters

$string

$bbCodeUid

$strip

_setXfPermissionBasedOnPermission()

_setXfPermissionBasedOnPermission(array $outputPerms, array $phpBbPerms, $xfPermGroup, $xfPerm, $phpBbPerm, $allow) 

Parameters

$outputPerms

$phpBbPerms

$xfPermGroup

$xfPerm

$phpBbPerm

$allow

 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
 

$_defaultLang 
 

$_defaultLangId 
 

$_groupMap 
 

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

$_prefix 
 

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

$_sourceDb : \Zend_Db_Adapter_Abstract
 

$_userActivationSetting 
 

$_userFieldMap