Elgg  Version master
Variables
group.php File Reference

Go to the source code of this file.

Variables

 $options = (array) elgg_extract('options', $vars)
 List all the deleted entities in the given group. More...
 
 $entity = elgg_extract('entity', $vars)
 
if(!$entity instanceof\ElggGroup) $owner_options
 
if(!$entity instanceof\ElggGroup) $vars ['options'] = array_merge($options, $owner_options)
 

Variable Documentation

$entity = elgg_extract('entity', $vars)

Definition at line 10 of file group.php.

$options = (array) elgg_extract('options', $vars)

List all the deleted entities in the given group.

$vars['options'] Additional listing options $vars['entity'] Group

Definition at line 9 of file group.php.

if (!$entity instanceof\ElggGroup) $owner_options
Initial value:
= [
'container_guid' => $entity->guid
$entity
Definition: group.php:10

Definition at line 15 of file group.php.

if (!$entity instanceof\ElggGroup) $vars['options'] = array_merge($options, $owner_options)

Definition at line 20 of file group.php.