EasyBlogMigratorK2
extends EasyBlogMigratorBase
in package
Table of Contents
Properties
- $app : mixed
- $config : mixed
- $db : mixed
- $doc : mixed
- $input : mixed
- $jconfig : mixed
- $lang : mixed
- $my : mixed
- $string : mixed
Methods
- __construct() : mixed
- checkXMLPostData() : mixed
- clearXMLData() : mixed
- createEasyBlogCategory() : mixed
- easyblogCategoryExists() : mixed
- getCategories() : mixed
- Retrieves a list of K2 categories
- getDefaultSuperUserId() : mixed
- getEasyBlogCategories() : mixed
- Retrieves a list of EasyBlog categories
- getEasyblogCategory() : mixed
- getError() : mixed
- getErrors() : mixed
- getItems() : mixed
- getK2Category() : mixed
- getK2Tag() : mixed
- getTotalItems() : mixed
- getXMLPostData() : mixed
- hasError() : mixed
- hasErrors() : mixed
- isInstalled() : mixed
- isMobile() : mixed
- Determines if this is a mobile layout
- isTablet() : mixed
- Determines if this is a tablet layout
- loadLanguage() : mixed
- Helper method to load language
- logXMLData() : mixed
- mapK2Tag() : mixed
- migrate() : mixed
- migrateCategory() : mixed
- migrateContentMeta() : mixed
- migrateIntroImageToPostCover() : mixed
- Migrate Joomla intro image to the post cover
- migrateJomcomment() : mixed
- migrateK2Comments() : mixed
- migrateK2Images() : mixed
- migrateK2Videos() : mixed
- setError() : mixed
Properties
$app
public
mixed
$app
= \null
$config
public
mixed
$config
= \null
$db
public
mixed
$db
= \null
$doc
public
mixed
$doc
= \null
$input
public
mixed
$input
= \null
$jconfig
public
mixed
$jconfig
= \null
$lang
public
mixed
$lang
= \null
$my
public
mixed
$my
= \null
$string
public
mixed
$string
= \null
Methods
__construct()
public
__construct() : mixed
checkXMLPostData()
public
checkXMLPostData(mixed $fileName[, mixed $sourceName = 'post' ]) : mixed
Parameters
- $fileName : mixed
- $sourceName : mixed = 'post'
clearXMLData()
public
clearXMLData(mixed $fileName[, mixed $postid = '' ]) : mixed
Parameters
- $fileName : mixed
- $postid : mixed = ''
createEasyBlogCategory()
public
createEasyBlogCategory(mixed $categoryObject) : mixed
Parameters
- $categoryObject : mixed
easyblogCategoryExists()
public
easyblogCategoryExists(mixed $category) : mixed
Parameters
- $category : mixed
getCategories()
Retrieves a list of K2 categories
public
getCategories() : mixed
Tags
getDefaultSuperUserId()
public
getDefaultSuperUserId() : mixed
getEasyBlogCategories()
Retrieves a list of EasyBlog categories
public
getEasyBlogCategories() : mixed
Tags
getEasyblogCategory()
public
getEasyblogCategory() : mixed
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getItems()
public
getItems([mixed $categoryId = null ][, mixed $limit = 10 ]) : mixed
Parameters
- $categoryId : mixed = null
- $limit : mixed = 10
getK2Category()
public
getK2Category(mixed $id) : mixed
Parameters
- $id : mixed
getK2Tag()
public
getK2Tag(mixed $itemId) : mixed
Parameters
- $itemId : mixed
getTotalItems()
public
getTotalItems([mixed $categoryId = null ]) : mixed
Parameters
- $categoryId : mixed = null
getXMLPostData()
public
getXMLPostData(mixed $fileName[, mixed $sourceName = 'post' ]) : mixed
Parameters
- $fileName : mixed
- $sourceName : mixed = 'post'
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
isInstalled()
public
isInstalled() : mixed
isMobile()
Determines if this is a mobile layout
public
isMobile() : mixed
Tags
isTablet()
Determines if this is a tablet layout
public
isTablet() : mixed
Tags
loadLanguage()
Helper method to load language
public
loadLanguage([mixed $admin = false ]) : mixed
Parameters
- $admin : mixed = false
Tags
logXMLData()
public
logXMLData(mixed $fileName, mixed $postId, mixed $source, mixed $data[, mixed $comments = array() ]) : mixed
Parameters
- $fileName : mixed
- $postId : mixed
- $source : mixed
- $data : mixed
- $comments : mixed = array()
mapK2Tag()
public
mapK2Tag(mixed $tag, mixed $item, mixed $blog) : mixed
Parameters
- $tag : mixed
- $item : mixed
- $blog : mixed
migrate()
public
migrate(mixed $migrateComment, mixed $migrateAll, mixed $catId) : mixed
Parameters
- $migrateComment : mixed
- $migrateAll : mixed
- $catId : mixed
migrateCategory()
public
migrateCategory(mixed $item) : mixed
Parameters
- $item : mixed
migrateContentMeta()
public
migrateContentMeta(mixed $metaKey, mixed $metaDesc, mixed $blogId) : mixed
Parameters
- $metaKey : mixed
- $metaDesc : mixed
- $blogId : mixed
migrateIntroImageToPostCover()
Migrate Joomla intro image to the post cover
public
migrateIntroImageToPostCover(mixed $url, mixed $post) : mixed
Parameters
- $url : mixed
- $post : mixed
Tags
migrateJomcomment()
public
migrateJomcomment(mixed $contentId, mixed $blogId, mixed $option) : mixed
Parameters
- $contentId : mixed
- $blogId : mixed
- $option : mixed
migrateK2Comments()
public
migrateK2Comments(mixed $k2obj, mixed $blog) : mixed
Parameters
- $k2obj : mixed
- $blog : mixed
migrateK2Images()
public
migrateK2Images(mixed &$item, mixed &$blog, mixed $author) : mixed
Parameters
- $item : mixed
- $blog : mixed
- $author : mixed
migrateK2Videos()
public
migrateK2Videos(mixed &$item, mixed &$blog) : mixed
Parameters
- $item : mixed
- $blog : mixed
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed