EasyBlogMigratorWordpress
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
- getBlogs() : mixed
- Retrieves posts from Wordpress for Joomla
- getDefaultSuperUserId() : mixed
- getEasyBlogCategories() : mixed
- Retrieves a list of EasyBlog categories
- getEasyblogCategory() : mixed
- getError() : mixed
- getErrors() : mixed
- getItem() : mixed
- getWPTerms() : mixed
- getXMLPostData() : mixed
- hasError() : mixed
- hasErrors() : mixed
- isInstalled() : mixed
- Determines if wordpress for joomla is installed
- 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
- migrate() : mixed
- migrateCaption() : mixed
- migrateCategory() : mixed
- migrateComment() : mixed
- migrateContentMeta() : mixed
- migrateIntroImageToPostCover() : mixed
- Migrate Joomla intro image to the post cover
- migrateJomcomment() : mixed
- migrateTag() : mixed
- migrateWPComments() : 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
getBlogs()
Retrieves posts from Wordpress for Joomla
public
getBlogs() : 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
getItem()
public
getItem(mixed $wordpressBlogId) : mixed
Parameters
- $wordpressBlogId : mixed
getWPTerms()
public
getWPTerms(mixed $postId, mixed $type) : mixed
Parameters
- $postId : mixed
- $type : mixed
getXMLPostData()
public
getXMLPostData(mixed $fileName[, mixed $sourceName = 'post' ]) : mixed
Parameters
- $fileName : mixed
- $sourceName : mixed = 'post'
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
isInstalled()
Determines if wordpress for joomla is installed
public
isInstalled() : mixed
Tags
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()
migrate()
public
migrate(mixed $wpBlogId) : mixed
Parameters
- $wpBlogId : mixed
migrateCaption()
public
migrateCaption(mixed $item) : mixed
Parameters
- $item : mixed
migrateCategory()
public
migrateCategory(mixed $item, mixed $wpTableNamePrex) : mixed
Parameters
- $item : mixed
- $wpTableNamePrex : mixed
migrateComment()
public
migrateComment(mixed $blog, mixed $item) : mixed
Parameters
- $blog : mixed
- $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
migrateTag()
public
migrateTag(mixed $tag, mixed $blog) : mixed
Parameters
- $tag : mixed
- $blog : mixed
migrateWPComments()
public
migrateWPComments(mixed $postId, mixed $blogId, mixed $parentId, mixed $item[, mixed $comments = array() ]) : mixed
Parameters
- $postId : mixed
- $blogId : mixed
- $parentId : mixed
- $item : mixed
- $comments : mixed = array()
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed