Documentation

EasyBlogControllerComments extends EasyBlogController
in package

Table of Contents

Properties

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

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

Methods

__construct()

public __construct([mixed $options = array() ]) : mixed
Parameters
$options : mixed = array()

delete()

Delete comment from the site

public delete() : 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

getReturnURL()

Determines if we should be retrieving the return url

public getReturnURL() : mixed
Tags
since
5.1
access

public

moderate()

Allows visitor to approve a comment

public moderate() : mixed
Tags
since
5.0
access

public

togglePublish()

Toggle publish for comments

public togglePublish() : mixed
Tags
since
5.1
access

public

update()

Updates existing comment

public update() : mixed
Tags
since
5.0
access

public


        
On this page

Search results