Documentation

EasyBlogControllerPosts extends EasyBlogController
in package

Table of Contents

Properties

$acl  : mixed
$config  : mixed
$doc  : mixed
$info  : mixed
$my  : mixed

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

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
since
5.1
access

public

autopost()

Auto posts blog posts into social sites

public autopost() : mixed
Tags
since
5.1
access

public

autosave()

Auto saving process

public autosave() : mixed
Tags
since
5.1
access

public

checkAccess()

Checks against the user's permissions

public checkAccess() : mixed
Tags
since
5.1
access

public

clearFilter()

Method to clear saved filter

public clearFilter() : mixed
Tags
since
5.1
access

public

copy()

Duplicates a blog post

public copy() : mixed
Tags
since
5.1
access

public

delete()

Deletes blog posts

public delete() : mixed
Tags
since
5.1
access

public

deleteRevision()

Deletes a revision from the site

public deleteRevision() : mixed
Tags
since
5.1
access

public

deleteRevisions()

Delete mulitple revisions from the site

public deleteRevisions() : mixed
Tags
since
5.1
access

public

display()

Override parent's display method

public display([mixed $cachable = false ][, mixed $urlparams = array() ]) : mixed
Parameters
$cachable : mixed = false
$urlparams : mixed = array()
Tags
since
4.0
access

public

favourite()

Favourite a blog post

public favourite() : mixed
Tags
since
5.2
access

public

feature()

Features a blog post

public feature() : mixed
Tags
since
5.1
access

public

filterField()

Method to filter blog listing by custom field

public filterField() : mixed
Tags
since
5.1
access

public

getReturnURL()

Determines if we should be retrieving the return url

public getReturnURL() : mixed
Tags
since
5.1
access

public

notify()

Method to re-send the notifications for selected blog post

public notify() : mixed
Tags
since
5.1
access

public

purgeRevisions()

Purge revisions for a particular post

public purgeRevisions() : mixed
Tags
since
5.0
access

public

restore()

Restoring blog posts

public restore() : mixed
Tags
since
5.1
access

public

save()

Saves a blog post

public save() : mixed
Tags
since
5.1
access

public

saveFilter()

Method to filter blog listing by custom field

public saveFilter() : mixed
Tags
since
5.1
access

public

toggleArchive()

Archives / unarchives a post or a list of post

public toggleArchive() : mixed
Tags
since
5.0
access

public

togglePublish()

Toggle publish for posts

public togglePublish() : mixed
Tags
since
5.1
access

public

trash()

Trash blog posts

public trash() : mixed
Tags
since
5.1
access

public

unfavourite()

Unfavourite a blog post

public unfavourite() : mixed
Tags
since
5.2
access

public

unfeature()

Unfeature a blog post

public unfeature() : mixed
Tags
since
5.1
access

public

useRevision()

Given a revision id, update the post to use the revision

public useRevision() : mixed
Tags
since
5.1
access

public

validateContent()

validate content used by ajax.

public validateContent() : mixed
Tags
since
5.3
access

public

verifyAccess()

Ensure that the user is allowed to save the blog post

private verifyAccess() : mixed
Tags
since
5.1
access

public


        
On this page

Search results