EasyBlogMigratorZoo
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
- getApps() : mixed
- Retrieves a list of apps from Zoo
- getCategoriesId() : mixed
- Retrieve any categories that are associated with this post
- getDefaultSuperUserId() : mixed
- getEasyBlogCategories() : mixed
- Retrieves a list of EasyBlog categories
- getEasyblogCategory() : mixed
- getError() : mixed
- getErrors() : mixed
- getItems() : mixed
- getTotalItems() : mixed
- getXMLPostData() : mixed
- getZooCategory() : mixed
- getZooTag() : mixed
- hasError() : mixed
- hasErrors() : mixed
- isInstalled() : mixed
- Determines if zoo 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
- mapZooTag() : mixed
- migrate() : mixed
- migrateCategory() : mixed
- migrateContentMeta() : mixed
- migrateIntroImageToPostCover() : mixed
- Migrate Joomla intro image to the post cover
- migrateJomcomment() : mixed
- migrateZooImages() : 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
getApps()
Retrieves a list of apps from Zoo
public
getApps() : mixed
Tags
getCategoriesId()
Retrieve any categories that are associated with this post
public
getCategoriesId(mixed $itemId, mixed $primaryCatId) : mixed
Parameters
- $itemId : mixed
- $primaryCatId : 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 $applicationId = null ][, mixed $limit = 10 ]) : mixed
Parameters
- $applicationId : mixed = null
- $limit : mixed = 10
getTotalItems()
public
getTotalItems([mixed $applicationId = null ]) : mixed
Parameters
- $applicationId : mixed = null
getXMLPostData()
public
getXMLPostData(mixed $fileName[, mixed $sourceName = 'post' ]) : mixed
Parameters
- $fileName : mixed
- $sourceName : mixed = 'post'
getZooCategory()
public
getZooCategory(mixed $id) : mixed
Parameters
- $id : mixed
getZooTag()
public
getZooTag(mixed $itemId) : mixed
Parameters
- $itemId : mixed
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
isInstalled()
Determines if zoo 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()
mapZooTag()
public
mapZooTag(mixed $tag, mixed $item, mixed $blog) : mixed
Parameters
- $tag : mixed
- $item : mixed
- $blog : mixed
migrate()
public
migrate(mixed $applicationId) : mixed
Parameters
- $applicationId : 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
migrateZooImages()
public
migrateZooImages(mixed $path, mixed &$blog, mixed $author) : mixed
Parameters
- $path : mixed
- $blog : mixed
- $author : mixed
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed