|
| getWidgets ($owner_guid, $context) |
|
| createWidget ($owner_guid, $handler, $context, $access_id=null) |
|
| canEditLayout ($context, $user_guid=0) |
|
| registerType ($handler, $name, $description, array $context=array('all'), $multiple=false) |
|
| unregisterType ($handler) |
|
| validateType ($handler) |
|
| getAllTypes () |
| private More...
|
|
| getNameByType ($handler) |
| private More...
|
|
| getTypes ($context="", $exact=false) |
|
Definition at line 14 of file WidgetsService.php.
Elgg_WidgetsService::canEditLayout |
( |
|
$context, |
|
|
|
$user_guid = 0 |
|
) |
| |
Elgg_WidgetsService::createWidget |
( |
|
$owner_guid, |
|
|
|
$handler, |
|
|
|
$context, |
|
|
|
$access_id = null |
|
) |
| |
Elgg_WidgetsService::getAllTypes |
( |
| ) |
|
Elgg_WidgetsService::getNameByType |
( |
|
$handler | ) |
|
Elgg_WidgetsService::getTypes |
( |
|
$context = "" , |
|
|
|
$exact = false |
|
) |
| |
Elgg_WidgetsService::getWidgets |
( |
|
$owner_guid, |
|
|
|
$context |
|
) |
| |
Elgg_WidgetsService::registerType |
( |
|
$handler, |
|
|
|
$name, |
|
|
|
$description, |
|
|
array |
$context = array('all') , |
|
|
|
$multiple = false |
|
) |
| |
Elgg_WidgetsService::unregisterType |
( |
|
$handler | ) |
|
Elgg_WidgetsService::validateType |
( |
|
$handler | ) |
|
The documentation for this class was generated from the following file: