Methods

__construct()

__construct() 

configStep()

configStep(\XenForo_ControllerAdmin_Abstract $controller, \XenForo_ImportSession $session, $step, array $options) 

Parameters

$controller

$session

$step

$options

configure()

configure(\XenForo_ControllerAdmin_Abstract $controller, array $config) 

Parameters

$controller

$config

getImportCompleteMessages()

getImportCompleteMessages() 

getKey()

getKey() 

getName()

getName() 

getStep()

getStep($step) 

Parameters

$step

getSteps()

getSteps() 

runStep()

runStep(\XenForo_ControllerAdmin_Abstract $controller, \XenForo_ImportSession $session, $step, $start, array $options) 

Parameters

$controller

$session

$step

$start

$options

_bootstrap()

_bootstrap(array $config) 

Parameters

$config

_bootstrapImporter()

_bootstrapImporter(array $config) 

Parameters

$config

Convert the given text to valid UTF-8

_convertToUtf8(string $string, boolean $entities) : string

Parameters

$string

string

$entities

boolean

Convert < (and other) entities back to < characters

Returns

string

_getProgressOutput()

_getProgressOutput($lastId, $maxId) 

Parameters

$lastId

$maxId

_mapLookUp()

_mapLookUp(array $map, $key, $default, $lowerKey) 

Parameters

$map

$key

$default

$lowerKey

_mapLookUpList()

_mapLookUpList(array $map, array $keys, $lowerKey) 

Parameters

$map

$keys

$lowerKey

 Properties

 

Calling controller

$_controller : \XenForo_ControllerAdmin_Abstract

 

$_db

$_db : \Zend_Db_Adapter_Abstract

 

$_importModel

$_importModel : \XenForo_Model_Import

 

Import session

$_session : \XenForo_ImportSession