EasyBlogControllerReports
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- discard() : mixed
- Discards report data
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- submit() : mixed
- Allows caller to submit a report
- trash() : mixed
- Trash blog posts
- unpublish() : mixed
- Unpublish blog posts
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 $config = array() ]) : mixed
Parameters
- $config : mixed = array()
discard()
Discards report data
public
discard() : 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
getReturnURL()
Determines if we should be retrieving the return url
public
getReturnURL() : mixed
Tags
submit()
Allows caller to submit a report
public
submit() : mixed
Tags
trash()
Trash blog posts
public
trash() : mixed
Tags
unpublish()
Unpublish blog posts
public
unpublish() : mixed