Documentation

EasyBlogControllerPolls extends EasyBlogController
in package

Table of Contents

Properties

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

Methods

__construct()  : mixed
delete()  : mixed
Deletes the selected polls. This will be used on the backend and frontend.
display()  : mixed
Override parent's display method
getReturnURL()  : mixed
Determines if we should be retrieving the return url
togglePublish()  : mixed
Perform publish/unpublish action on the selected polls. This will be used on the backend and frontend.

Properties

Methods

__construct()

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

delete()

Deletes the selected polls. This will be used on the backend and frontend.

public delete() : mixed
Tags
since
6.0.0
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

togglePublish()

Perform publish/unpublish action on the selected polls. This will be used on the backend and frontend.

public togglePublish() : mixed
Tags
since
6.0.0
access

public


        
On this page

Search results