Elgg  Version 1.11
Namespaces | Variables
delete.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $guid = get_input('guid')
 
 $entity = get_entity($guid)
 
if($entity &&$entity->canEdit()) else
 

Variable Documentation

$entity = get_entity($guid)
Examples:
/root/Elgg/engine/lib/views.php.

Definition at line 10 of file delete.php.

$guid = get_input('guid')

Definition at line 9 of file delete.php.

if ($entity &&$entity->canEdit()) else
Initial value:
{
register_error(elgg_echo('entity:delete:fail', array($guid)))
$guid
Definition: delete.php:13
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg register_error
Wrapper function for system_messages.
Definition: elgglib.js:383

Definition at line 18 of file delete.php.