Elgg  Version 5.1
Variables
delete.php File Reference

Go to the source code of this file.

Variables

 $id = (int) get_input('id')
 River item delete action. More...
 
 $items = elgg_get_river(['id' => $id])
 
if(!$items) $item = $items[0]
 

Variable Documentation

$id = (int) get_input('id')

River item delete action.

Definition at line 6 of file delete.php.

if (!$items) $item = $items[0]
Examples:
/root/Elgg/engine/lib/views.php.

Definition at line 13 of file delete.php.

$items = elgg_get_river(['id' => $id])

Definition at line 8 of file delete.php.