EasyBlogControllerPosts
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- authorize() : mixed
- Authorizes the password for the blog post.
- autopost() : mixed
- Auto posts blog posts into social sites
- autosave() : mixed
- Auto saving process
- checkAccess() : mixed
- Checks against the user's permissions
- clearFilter() : mixed
- Method to clear saved filter
- copy() : mixed
- Duplicates a blog post
- delete() : mixed
- Deletes blog posts
- deleteRevision() : mixed
- Deletes a revision from the site
- deleteRevisions() : mixed
- Delete mulitple revisions from the site
- display() : mixed
- Override parent's display method
- favourite() : mixed
- Favourite a blog post
- feature() : mixed
- Features a blog post
- filterField() : mixed
- Method to filter blog listing by custom field
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- notify() : mixed
- Method to re-send the notifications for selected blog post
- purgeRevisions() : mixed
- Purge revisions for a particular post
- restore() : mixed
- Restoring blog posts
- save() : mixed
- Saves a blog post
- saveFilter() : mixed
- Method to filter blog listing by custom field
- toggleArchive() : mixed
- Archives / unarchives a post or a list of post
- togglePublish() : mixed
- Toggle publish for posts
- trash() : mixed
- Trash blog posts
- unfavourite() : mixed
- Unfavourite a blog post
- unfeature() : mixed
- Unfeature a blog post
- useRevision() : mixed
- Given a revision id, update the post to use the revision
- validateContent() : mixed
- validate content used by ajax.
- verifyAccess() : mixed
- Ensure that the user is allowed to save the 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 $options = array() ]) : mixed
Parameters
- $options : mixed = array()
authorize()
Authorizes the password for the blog post.
public
authorize([mixed $task = null ]) : mixed
Parameters
- $task : mixed = null
Tags
autopost()
Auto posts blog posts into social sites
public
autopost() : mixed
Tags
autosave()
Auto saving process
public
autosave() : mixed
Tags
checkAccess()
Checks against the user's permissions
public
checkAccess() : mixed
Tags
clearFilter()
Method to clear saved filter
public
clearFilter() : mixed
Tags
copy()
Duplicates a blog post
public
copy() : mixed
Tags
delete()
Deletes blog posts
public
delete() : mixed
Tags
deleteRevision()
Deletes a revision from the site
public
deleteRevision() : mixed
Tags
deleteRevisions()
Delete mulitple revisions from the site
public
deleteRevisions() : 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
favourite()
Favourite a blog post
public
favourite() : mixed
Tags
feature()
Features a blog post
public
feature() : mixed
Tags
filterField()
Method to filter blog listing by custom field
public
filterField() : mixed
Tags
getReturnURL()
Determines if we should be retrieving the return url
public
getReturnURL() : mixed
Tags
notify()
Method to re-send the notifications for selected blog post
public
notify() : mixed
Tags
purgeRevisions()
Purge revisions for a particular post
public
purgeRevisions() : mixed
Tags
restore()
Restoring blog posts
public
restore() : mixed
Tags
save()
Saves a blog post
public
save() : mixed
Tags
saveFilter()
Method to filter blog listing by custom field
public
saveFilter() : mixed
Tags
toggleArchive()
Archives / unarchives a post or a list of post
public
toggleArchive() : mixed
Tags
togglePublish()
Toggle publish for posts
public
togglePublish() : mixed
Tags
trash()
Trash blog posts
public
trash() : mixed
Tags
unfavourite()
Unfavourite a blog post
public
unfavourite() : mixed
Tags
unfeature()
Unfeature a blog post
public
unfeature() : mixed
Tags
useRevision()
Given a revision id, update the post to use the revision
public
useRevision() : mixed
Tags
validateContent()
validate content used by ajax.
public
validateContent() : mixed
Tags
verifyAccess()
Ensure that the user is allowed to save the blog post
private
verifyAccess() : mixed