EasyBlogControllerBlogs
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- archive() : mixed
- Archives a blog post
- autopost() : mixed
- Allows caller to autopost to social network sites
- changeAuthor() : mixed
- Mass author change.
- copy() : mixed
- Duplicates a blog post
- copyTemplate() : mixed
- Duplicate the post template
- deletePostTemplates() : mixed
- Deletes a post template from the site
- deleteTemplateThumbnails() : mixed
- Remove override post templates image
- display() : mixed
- Override parent's display method
- emptyTrash() : mixed
- Allows caller to empty the trashed posts
- exportTemplates() : mixed
- Export post templates from the site
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- importPostTemplates() : mixed
- Import post templates from the other site
- massAssignTags() : mixed
- Mass assign tags for the blog
- move() : mixed
- Moves blog post into category
- notify() : mixed
- Re-sends notification for a specific blog post
- publish() : mixed
- Publishes blog posts
- remove() : mixed
- Deletes a blog post from the site
- resetHits() : mixed
- Reset post hits
- resetRatings() : mixed
- Reset post ratings
- suggest() : mixed
- Allows tagging suggestion
- toggleFeatured() : mixed
- Toggles the featured status of the blog post
- toggleFrontpage() : mixed
- Toggles the front page status
- toggleGlobalTemplate() : mixed
- Toggles the global template status
- toggleLock() : mixed
- Ability to lock a blog post
- toggleLockTemplate() : mixed
- Ability to lock post template
- toggleStateTemplate() : mixed
- Toggles the template publishing state
- trash() : mixed
- Trashes blog posts from the site.
- unarchive() : mixed
- Unarchives a blog post
- unpublish() : mixed
- Unpublishes a blog post
Properties
$acl
public
mixed
$acl
= \null
$config
public
mixed
$config
= \null
$doc
public
mixed
$doc
= \null
$info
public
mixed
$info
= \null
$my
public
mixed
$my
= \null
Methods
__construct()
public
__construct([mixed $config = array() ]) : mixed
Parameters
- $config : mixed = array()
archive()
Archives a blog post
public
archive() : mixed
Tags
autopost()
Allows caller to autopost to social network sites
public
autopost() : mixed
Tags
changeAuthor()
Mass author change.
public
changeAuthor() : mixed
Tags
copy()
Duplicates a blog post
public
copy() : mixed
Tags
copyTemplate()
Duplicate the post template
public
copyTemplate() : mixed
Tags
deletePostTemplates()
Deletes a post template from the site
public
deletePostTemplates() : mixed
Tags
deleteTemplateThumbnails()
Remove override post templates image
public
deleteTemplateThumbnails() : mixed
Tags
display()
Override parent's display method
public
display([mixed $cachable = false ][, mixed $urlparams = array() ]) : mixed
Parameters
- $cachable : mixed = false
- $urlparams : mixed = array()
Tags
emptyTrash()
Allows caller to empty the trashed posts
public
emptyTrash() : mixed
Tags
exportTemplates()
Export post templates from the site
public
exportTemplates() : mixed
Tags
getReturnURL()
Determines if we should be retrieving the return url
public
getReturnURL() : mixed
Tags
importPostTemplates()
Import post templates from the other site
public
importPostTemplates() : mixed
Tags
massAssignTags()
Mass assign tags for the blog
public
massAssignTags() : mixed
Tags
move()
Moves blog post into category
public
move() : mixed
Tags
notify()
Re-sends notification for a specific blog post
public
notify() : mixed
Tags
publish()
Publishes blog posts
public
publish() : mixed
Tags
remove()
Deletes a blog post from the site
public
remove() : mixed
Tags
resetHits()
Reset post hits
public
resetHits() : mixed
Tags
resetRatings()
Reset post ratings
public
resetRatings() : mixed
Tags
suggest()
Allows tagging suggestion
public
suggest() : mixed
Tags
toggleFeatured()
Toggles the featured status of the blog post
public
toggleFeatured() : mixed
Tags
toggleFrontpage()
Toggles the front page status
public
toggleFrontpage() : mixed
Tags
toggleGlobalTemplate()
Toggles the global template status
public
toggleGlobalTemplate() : mixed
Tags
toggleLock()
Ability to lock a blog post
public
toggleLock() : mixed
Tags
toggleLockTemplate()
Ability to lock post template
public
toggleLockTemplate() : mixed
Tags
toggleStateTemplate()
Toggles the template publishing state
public
toggleStateTemplate() : mixed
Tags
trash()
Trashes blog posts from the site.
public
trash() : mixed
Tags
unarchive()
Unarchives a blog post
public
unarchive() : mixed
Tags
unpublish()
Unpublishes a blog post
public
unpublish() : mixed