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
$user
public
mixed
$user
Methods
__construct()
public
__construct() : mixed
getAppearance()
Get appearance mode for the composer
public
getAppearance() : mixed
Tags
getComposeUrl()
Generate url to view the composer
public
getComposeUrl([mixed $options = array() ][, mixed $xhtml = true ]) : mixed
Parameters
- $options : mixed = array()
- $xhtml : mixed = true
Tags
getDefaultCategory()
Retrieves the default category
public
getDefaultCategory() : mixed
Tags
getEditor()
Determines the editor to use
public
getEditor() : mixed
Tags
getError()
public
getError() : mixed
getErrors()
public
getErrors() : mixed
getPostMeta()
Retrieves the meta for a post
public
getPostMeta(mixed $post) : mixed
Parameters
- $post : mixed
Tags
getReturnUrl()
Process return url to exit the composer
public
getReturnUrl() : mixed
Tags
getTeams()
Retrieves a list of teams from the site
public
getTeams([mixed $authorId = null ]) : mixed
Parameters
- $authorId : mixed = null
Tags
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
hasError()
public
hasError() : mixed
hasErrors()
public
hasErrors() : mixed
isComposer()
Determines if the composer is rendering the default built in composer
public
isComposer() : 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
renderEditorCss()
Handler the template's editor.css file
public
renderEditorCss() : mixed
Tags
renderManager()
Retrieves the html codes for composer
public
renderManager([mixed $uid = null ]) : mixed
Parameters
- $uid : mixed = null
Tags
renderTemplateManager()
Retrieves the html codes for composer
public
renderTemplateManager([mixed $templateId = null ]) : mixed
Parameters
- $templateId : mixed = null
Tags
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
getFlickrData()
Retrieves the dropbox data for the current user
private
getFlickrData() : mixed
Tags
getParentCategories()
Retrieves a list of categories
private
getParentCategories() : mixed
Tags
getPostTags()
Retrieves a list of tags associated with a blog post
private
getPostTags(mixed $post) : mixed
Parameters
- $post : mixed