Elgg  Version 6.2
Variables
owner.php File Reference

Go to the source code of this file.

Variables

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

Variable Documentation

◆ $entity

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

Definition at line 10 of file owner.php.

◆ $options

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

List all the deleted entities of the given owner.

@uses $vars['options'] Additional listing options @uses $vars['entity'] User

Definition at line 9 of file owner.php.

◆ $owner_options

if (! $entity instanceof \ElggUser) $owner_options
Initial value:
= [
'owner_guid' => $entity->guid,
'preload_owners' => false,
]
$entity
Definition: owner.php:18

Definition at line 15 of file owner.php.

◆ $vars

$vars[ 'options'] = array_merge($options, $owner_options)

Definition at line 20 of file owner.php.