Elgg  Version 1.11
Variables
add_panel.php File Reference

Go to the source code of this file.

Variables

 $widgets = $vars['widgets']
 Widget add panel. More...
 
 $context = $vars['context']
 
 $exact = elgg_extract('exact_match', $vars, false)
 
 $widget_types = elgg_get_widget_types($context, $exact)
 
 $current_handlers = array()
 
 foreach ( $widgets as $column_widgets)
 

Variable Documentation

◆ $context

$context = $vars['context']

Definition at line 11 of file add_panel.php.

◆ $current_handlers

$current_handlers = array()

Definition at line 17 of file add_panel.php.

◆ $exact

$exact = elgg_extract('exact_match', $vars, false)

Definition at line 12 of file add_panel.php.

◆ $widget_types

$widget_types = elgg_get_widget_types($context, $exact)

Definition at line 14 of file add_panel.php.

◆ $widgets

$widgets = $vars['widgets']

Widget add panel.

@uses $vars['widgets'] Array of current widgets @uses $vars['context'] The context for this widget layout @uses $vars['exact_match'] Only use widgets that match the context

Definition at line 10 of file add_panel.php.

◆ foreach

foreach($widget_types as $handler=> $widget_type) (   $widgets as)

Definition at line 18 of file add_panel.php.