EasyBlogControllerBlocks
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- copyTemplate() : mixed
- Duplicate selected block templates and save it as new template
- deleteTemplate() : mixed
- Deletes a list of block templates
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- publishTemplate() : mixed
- Set publish state of block templates
- saveTemplate() : mixed
- Save a block template
- unpublishTemplate() : mixed
- Set unpublish state of block templates
- updateTemplate() : mixed
- Method to update an existing template
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()
copyTemplate()
Duplicate selected block templates and save it as new template
public
copyTemplate() : mixed
Tags
deleteTemplate()
Deletes a list of block templates
public
deleteTemplate() : 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
publishTemplate()
Set publish state of block templates
public
publishTemplate() : mixed
Tags
saveTemplate()
Save a block template
public
saveTemplate() : mixed
Tags
unpublishTemplate()
Set unpublish state of block templates
public
unpublishTemplate() : mixed
Tags
updateTemplate()
Method to update an existing template
public
updateTemplate() : mixed