Definition at line 6 of file admin_manager.inc.
◆ endFrame()
static AdminManager::endFrame |
( |
| ) |
|
|
static |
◆ getAdminProxyShim()
static AdminManager::getAdminProxyShim |
( |
| ) |
|
|
static |
Definition at line 20 of file admin_manager.inc.
24 if (!AdminManager::$proxyShims)
static fireEvent($event, $parameter=null, $mustBeConsumed=false)
Fire an event to all subscribers as detailed in their manifests.
◆ registerAdminProxyShim()
static AdminManager::registerAdminProxyShim |
( |
|
$id, |
|
|
|
$shim |
|
) |
| |
|
static |
Definition at line 10 of file admin_manager.inc.
12 if (!AdminManager::$proxyShims)
14 AdminManager::$proxyShims = array();
17 AdminManager::$proxyShims[
$id] = $shim;
◆ startFrame()
static AdminManager::startFrame |
( |
|
$class | ) |
|
|
static |
Definition at line 32 of file admin_manager.inc.
41 $styles .=
"<link href='$c' rel='stylesheet'/>\n";
50 <body
class=
'<?echo $class?>'>
static getStyles()
Returns the HTML link tags for CSS files specified by the registered components in their manifest fil...
static getScripts()
Returns the HTML scripts tags for Javascript files specified by the registered components in their ma...
static getValue($component, $name)
Retrieve the value of the specified Setting.
if(!checkRole("admin")) $c
The documentation for this class was generated from the following file: