EasyBlogControllerComments
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- delete() : mixed
- Delete comment from the site
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- moderate() : mixed
- Allows visitor to approve a comment
- togglePublish() : mixed
- Toggle publish for comments
- update() : mixed
- Updates existing comment
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()
delete()
Delete comment from the site
public
delete() : 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
getReturnURL()
Determines if we should be retrieving the return url
public
getReturnURL() : mixed
Tags
moderate()
Allows visitor to approve a comment
public
moderate() : mixed
Tags
togglePublish()
Toggle publish for comments
public
togglePublish() : mixed
Tags
update()
Updates existing comment
public
update() : mixed