Documentation

EasyBlogMigratorBlogger_xml 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
checkData()  : mixed
checkXMLPostData()  : mixed
clearXMLData()  : mixed
createEasyBlogCategory()  : mixed
easyblogCategoryExists()  : mixed
getDefaultSuperUserId()  : mixed
getEasyBlogCategories()  : mixed
Retrieves a list of EasyBlog categories
getEasyblogCategory()  : mixed
getError()  : mixed
getErrors()  : mixed
getFiles()  : mixed
Retrieves exported files from blogger
getXMLPostData()  : mixed
hasError()  : mixed
hasErrors()  : 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
migrate()  : mixed
migrateBloggerComment()  : mixed
migrateBloggerImage()  : mixed
migrateBloggerXML()  : mixed
migrateContentMeta()  : mixed
migrateIntroImageToPostCover()  : mixed
Migrate Joomla intro image to the post cover
migrateJomcomment()  : mixed
saveTag()  : 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

checkData()

public checkData(mixed $fileName, mixed $contentId) : mixed
Parameters
$fileName : mixed
$contentId : 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

getDefaultSuperUserId()

public getDefaultSuperUserId() : mixed

getEasyBlogCategories()

Retrieves a list of EasyBlog categories

public getEasyBlogCategories() : mixed
Tags
since
5.1
access

public

getEasyblogCategory()

public getEasyblogCategory() : mixed

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getFiles()

Retrieves exported files from blogger

public getFiles() : mixed
Tags
since
5.1
access

public

getXMLPostData()

public getXMLPostData(mixed $fileName[, mixed $sourceName = 'post' ]) : mixed
Parameters
$fileName : mixed
$sourceName : mixed = 'post'

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

isMobile()

Determines if this is a mobile layout

public isMobile() : mixed
Tags
since
5.1
access

public

isTablet()

Determines if this is a tablet layout

public isTablet() : mixed
Tags
since
5.3
access

public

loadLanguage()

Helper method to load language

public loadLanguage([mixed $admin = false ]) : mixed
Parameters
$admin : mixed = false
Tags
since
5.0
access

public

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 $fileName, mixed $authorId, mixed $categoryId) : mixed
Parameters
$fileName : mixed
$authorId : mixed
$categoryId : mixed

migrateBloggerComment()

public migrateBloggerComment(mixed $link, mixed $post_id) : mixed
Parameters
$link : mixed
$post_id : mixed

migrateBloggerImage()

public migrateBloggerImage(mixed $image, mixed $userid, mixed $content) : mixed
Parameters
$image : mixed
$userid : mixed
$content : mixed

migrateBloggerXML()

public migrateBloggerXML(mixed $fileName, mixed $authorId, mixed $categoryId) : mixed
Parameters
$fileName : mixed
$authorId : mixed
$categoryId : 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
since
6.0.0
access

public

migrateJomcomment()

public migrateJomcomment(mixed $contentId, mixed $blogId, mixed $option) : mixed
Parameters
$contentId : mixed
$blogId : mixed
$option : mixed

saveTag()

public saveTag(mixed $item, mixed $blog) : mixed
Parameters
$item : mixed
$blog : mixed

setError()

public setError(mixed $msg) : mixed
Parameters
$msg : mixed

        
On this page

Search results