EasyBlogControllerSubscriptions
extends EasyBlogController
in package
Table of Contents
Properties
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
$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
create()
Create new subscribers on the site
public
create() : 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
export()
Exports subscribers into csv format
public
export() : mixed
Tags
getReturnURL()
Determines if we should be retrieving the return url
public
getReturnURL() : mixed
Tags
importFile()
Allow users to import csv files into subscriptions table
public
importFile() : mixed
Tags
remove()
Removes a subscriber from the list
public
remove() : mixed
Tags
save()
Saves changes to an existing subscription
public
save() : mixed