Elgg  Version 5.1
Variables
edit.php File Reference

Go to the source code of this file.

Variables

 $guid = (int) elgg_extract('guid', $vars)
 
 $comment = get_entity($guid)
 
if(!$comment instanceof\ElggComment||!$comment->canEdit()) $target = $comment->getContainerEntity()
 

Variable Documentation

$comment = get_entity($guid)

Definition at line 10 of file edit.php.

$guid = (int) elgg_extract('guid', $vars)

Definition at line 8 of file edit.php.

if (!$comment instanceof\ElggComment||!$comment->canEdit()) $target = $comment->getContainerEntity()

Definition at line 15 of file edit.php.