EasyBlogControllerModules
extends EasyBlogController
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- discover() : mixed
- Discover modules list from services repository
- display() : mixed
- Override parent's display method
- getReturnURL() : mixed
- Determines if we should be retrieving the return url
- install() : mixed
- Installs a module
- uninstall() : mixed
- Uninstalls a module from the site
- rediscover() : mixed
- Re-synchronize modules
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
discover()
Discover modules list from services repository
public
discover() : 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
install()
Installs a module
public
install() : mixed
Tags
uninstall()
Uninstalls a module from the site
public
uninstall() : mixed
Tags
rediscover()
Re-synchronize modules
private
rediscover() : mixed