EasyBlogControllerCategories
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- delete() : mixed
- Deletes category from the site
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- publish() : mixed
- Publish the categories
- save() : mixed
- Saves a category
- setDefault() : mixed
- Set category as default
- unpublish() : mixed
- Unpublish the categories
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()
delete()
Deletes category from the site
public
delete() : 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
publish()
Publish the categories
public
publish() : mixed
Tags
save()
Saves a category
public
save() : mixed
Tags
setDefault()
Set category as default
public
setDefault() : mixed
Tags
unpublish()
Unpublish the categories
public
unpublish() : mixed