Documentation

EasyBlogControllerSubscriptions extends EasyBlogController
in package

Table of Contents

Properties

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

Methods

__construct()  : mixed
create()  : mixed
Create new subscribers on the site
display()  : mixed
Override parent's display method
export()  : mixed
Exports subscribers into csv format
getReturnURL()  : mixed
Determines if we should be retrieving the return url
importFile()  : mixed
Allow users to import csv files into subscriptions table
remove()  : mixed
Removes a subscriber from the list
save()  : mixed
Saves changes to an existing subscription

Properties

Methods

create()

Create new subscribers on the site

public create() : mixed
Tags
since
4.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

export()

Exports subscribers into csv format

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

importFile()

Allow users to import csv files into subscriptions table

public importFile() : mixed
Tags
since
4.0
access

public

remove()

Removes a subscriber from the list

public remove() : mixed
Tags
since
5.0
access

public

save()

Saves changes to an existing subscription

public save() : mixed
Tags
since
5.3
access

public


        
On this page

Search results