EasyBlogControllerCategory
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- copy() : mixed
- Allows caller to duplicate categories
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- makeDefault() : mixed
- Toggles a category as the default category
- orderCategory() : mixed
- orderdown() : mixed
- orderup() : mixed
- publish() : mixed
- Publishes a category
- remove() : mixed
- Removes a category from the site
- removeAvatar() : mixed
- Remove category avatar
- removePostCover() : mixed
- Remove category default post cover
- save() : mixed
- Saves a category
- saveOrder() : mixed
- unpublish() : mixed
- Unpublish category from the site
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
copy()
Allows caller to duplicate categories
public
copy() : 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
makeDefault()
Toggles a category as the default category
public
makeDefault() : mixed
Tags
orderCategory()
public
orderCategory(mixed $direction) : mixed
Parameters
- $direction : mixed
orderdown()
public
orderdown() : mixed
orderup()
public
orderup() : mixed
publish()
Publishes a category
public
publish() : mixed
Tags
remove()
Removes a category from the site
public
remove() : mixed
Tags
removeAvatar()
Remove category avatar
public
removeAvatar() : mixed
Tags
removePostCover()
Remove category default post cover
public
removePostCover() : mixed
Tags
save()
Saves a category
public
save() : mixed
Tags
saveOrder()
public
saveOrder() : mixed
unpublish()
Unpublish category from the site
public
unpublish() : mixed