Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$context_stack = get_input('context_stack') | |
$context = (string) elgg_extract('context', $vars, get_input('context')) | |
$owner_guid = (int) elgg_extract('owner_guid', $vars, (int) get_input('owner_guid')) | |
$new_widget_column = elgg_extract('new_widget_column', $vars, get_input('new_widget_column')) | |
$new_widget_position = elgg_extract('new_widget_position', $vars, get_input('new_widget_position')) | |
$owner = get_entity($owner_guid) | |
$widgets = elgg_get_widgets($owner->guid, $context) | |
$widget_types | |
$current_handlers = [] | |
foreach($widgets as $column_widgets) | $result |
$list_items = '' | |
$search_box | |
$context = (string) elgg_extract('context', $vars, get_input('context')) |
Definition at line 21 of file add_panel.php.
$context_stack = get_input('context_stack') |
Definition at line 14 of file add_panel.php.
$current_handlers = [] |
Definition at line 41 of file add_panel.php.
$list_items = '' |
Definition at line 52 of file add_panel.php.
$new_widget_column = elgg_extract('new_widget_column', $vars, get_input('new_widget_column')) |
Definition at line 23 of file add_panel.php.
$new_widget_position = elgg_extract('new_widget_position', $vars, get_input('new_widget_position')) |
Definition at line 24 of file add_panel.php.
$owner = get_entity($owner_guid) |
Definition at line 28 of file add_panel.php.
$owner_guid = (int) elgg_extract('owner_guid', $vars, (int) get_input('owner_guid')) |
Definition at line 22 of file add_panel.php.
foreach ($widget_types as $handler=> $widget_type) $result |
Definition at line 48 of file add_panel.php.
$search_box |
Definition at line 104 of file add_panel.php.
$widget_types |
Definition at line 33 of file add_panel.php.
$widgets = elgg_get_widgets($owner->guid, $context) |
Definition at line 32 of file add_panel.php.