EasyBlogControllerFeeds
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- add() : mixed
- cancel() : mixed
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- publish() : mixed
- Publishing RSS Feeds import item
- remove() : mixed
- Remove Feeds from the site
- save() : mixed
- Stores a new rss feed import
- unpublish() : mixed
- Unpublish RSS Feed import item
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
add()
public
add() : mixed
cancel()
public
cancel() : mixed
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
publish()
Publishing RSS Feeds import item
public
publish() : mixed
Tags
remove()
Remove Feeds from the site
public
remove() : mixed
Tags
save()
Stores a new rss feed import
public
save() : mixed
Tags
unpublish()
Unpublish RSS Feed import item
public
unpublish() : mixed