Documentation

EasyBlogComposer extends EasyBlog
in package

Table of Contents

Properties

$app  : mixed
$config  : mixed
$db  : mixed
$doc  : mixed
$input  : mixed
$jconfig  : mixed
$lang  : mixed
$my  : mixed
$string  : mixed
$user  : mixed

Methods

__construct()  : mixed
getAppearance()  : mixed
Get appearance mode for the composer
getComposeUrl()  : mixed
Generate url to view the composer
getDefaultCategory()  : mixed
Retrieves the default category
getEditor()  : mixed
Determines the editor to use
getError()  : mixed
getErrors()  : mixed
getPostMeta()  : mixed
Retrieves the meta for a post
getReturnUrl()  : mixed
Process return url to exit the composer
getTeams()  : mixed
Retrieves a list of teams from the site
getTemplateComposeUrl()  : mixed
Generate url to view a template composer
hasError()  : mixed
hasErrors()  : mixed
isComposer()  : mixed
Determines if the composer is rendering the default built in composer
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
renderEditorCss()  : mixed
Handler the template's editor.css file
renderManager()  : mixed
Retrieves the html codes for composer
renderTemplateManager()  : mixed
Retrieves the html codes for composer
setError()  : mixed
setReturnUrl()  : mixed
Set return url into the session
getFlickrData()  : mixed
Retrieves the dropbox data for the current user
getParentCategories()  : mixed
Retrieves a list of categories
getPostTags()  : mixed
Retrieves a list of tags associated with a blog post

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

getAppearance()

Get appearance mode for the composer

public getAppearance() : mixed
Tags
since
6.0.0
access

public

getComposeUrl()

Generate url to view the composer

public getComposeUrl([mixed $options = array() ][, mixed $xhtml = true ]) : mixed
Parameters
$options : mixed = array()
$xhtml : mixed = true
Tags
since
5.1.13
access

public

getDefaultCategory()

Retrieves the default category

public getDefaultCategory() : mixed
Tags
since
5.1
access

public

getEditor()

Determines the editor to use

public getEditor() : mixed
Tags
since
5.1
access

public

getError()

public getError() : mixed

getErrors()

public getErrors() : mixed

getPostMeta()

Retrieves the meta for a post

public getPostMeta(mixed $post) : mixed
Parameters
$post : mixed
Tags
since
4.0
access

public

@return

getReturnUrl()

Process return url to exit the composer

public getReturnUrl() : mixed
Tags
since
5.1
access

public

getTeams()

Retrieves a list of teams from the site

public getTeams([mixed $authorId = null ]) : mixed
Parameters
$authorId : mixed = null
Tags
since
4.0
access

public

getTemplateComposeUrl()

Generate url to view a template composer

public getTemplateComposeUrl([mixed $options = array() ][, mixed $xhtml = true ]) : mixed
Parameters
$options : mixed = array()
$xhtml : mixed = true
Tags
since
6.0.0
access

public

hasError()

public hasError() : mixed

hasErrors()

public hasErrors() : mixed

isComposer()

Determines if the composer is rendering the default built in composer

public isComposer() : mixed
Tags
since
5.1
access

public

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

renderEditorCss()

Handler the template's editor.css file

public renderEditorCss() : mixed
Tags
since
5.1
access

public

renderManager()

Retrieves the html codes for composer

public renderManager([mixed $uid = null ]) : mixed
Parameters
$uid : mixed = null
Tags
since
5.1
access

public

renderTemplateManager()

Retrieves the html codes for composer

public renderTemplateManager([mixed $templateId = null ]) : mixed
Parameters
$templateId : mixed = null
Tags
since
5.1
access

public

setError()

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

setReturnUrl()

Set return url into the session

public setReturnUrl([mixed $url = null ]) : mixed
Parameters
$url : mixed = null
Tags
since
5.1
access

public

getFlickrData()

Retrieves the dropbox data for the current user

private getFlickrData() : mixed
Tags
since
4.0
access

public

getParentCategories()

Retrieves a list of categories

private getParentCategories() : mixed
Tags
since
4.0
access

public

getPostTags()

Retrieves a list of tags associated with a blog post

private getPostTags(mixed $post) : mixed
Parameters
$post : mixed
Tags
since
4.0
access

public


        
On this page

Search results