Elgg  Version master
Variables
move.php File Reference

Go to the source code of this file.

Variables

 $column = (int) get_input('column', 1)
 Elgg widget move action. More...
 
 $position = (int) get_input('position')
 
 $widget_guid = (int) get_input('widget_guid')
 
 $widget = get_entity($widget_guid)
 

Variable Documentation

$column = (int) get_input('column', 1)

Elgg widget move action.

Definition at line 6 of file move.php.

$position = (int) get_input('position')

Definition at line 7 of file move.php.

$widget = get_entity($widget_guid)

Definition at line 10 of file move.php.

$widget_guid = (int) get_input('widget_guid')

Definition at line 8 of file move.php.